Slack v0.2.1 Slack.Emoji View Source
Functions for working with a team's custom emoji
Link to this section Summary
Functions
List the custom emoji for a team.
Link to this section Functions
Link to this function
list(client, query \\ [])
View Sourcelist(Slack.Client.t(), Keyword.t()) :: Slack.slack_response()
List the custom emoji for a team.
https://api.slack.com/methods/emoji.list
Examples
Slack.client(token)
|> Slack.Emoji.list