Slack.Web.Conversations.set_purpose
You're seeing just the function
set_purpose, go back to Slack.Web.Conversations module for more information.
Change the purpose of a conversation. The calling user must be a member of the conversation. Not all conversation types may have a purpose set.
Required Params
channel- Conversation to set the purpose of. ex:G1234567890purpose- A new, specialer purpose ex:My More Special Purpose
Errors the API can return:
channel_not_found- Value passed forchannelwas invalidis_archived- Channel has been archivedmethod_not_supported_for_channel_type- This type of conversation cannot be used with this method.not_in_channel- Authenticated user is not in the channel.too_long- Purpose was longer than 250 characters.user_is_restricted- This method cannot be called by a restricted user or single channel guest.