Slack.Web.Conversations.info
You're seeing just the function
info
, go back to Slack.Web.Conversations module for more information.
Returns information about a workspace conversation.
Required Params
channel
- Conversation ID to learn more about. ex:G1234567890
Optional Params
include_locale
- Set this totrue
to receive the locale for this conversation. Defaults tofalse
ex:true
include_num_members
- Set totrue
to include the member count for the specified conversation. Defaults tofalse
ex:true
Errors the API can return:
channel_not_found
- Value passed forchannel
was invalid