stoiveyp / Slack.NetStandard

.NET Core package that helps with Slack interactions
MIT License
41 stars 16 forks source link

:bug: Add missing bot_id property to auth.test response object #68

Closed zzullick closed 2 years ago

zzullick commented 2 years ago

The auth.test method can return a bot_id parameter if the token used was a bot token as opposed to a user token. This property was missing from the TestResponse object.