Module: Slack::Web::Api::Endpoints::Emoji

Included in:
Slack::Web::Api::Endpoints
Defined in:
lib/slack/web/api/endpoints/emoji.rb

Instance Method Summary collapse

Instance Method Details

#emoji_list(options = {}) ⇒ Object

Lists custom emoji for a team.

Parameters:

  • options (Hash) (defaults to: {})

    a customizable set of options

Options Hash (options):

  • :include_categories (boolean)

    Include a list of categories for Unicode emoji and the emoji in each category.

See Also:



16
17
18
# File 'lib/slack/web/api/endpoints/emoji.rb', line 16

def emoji_list(options = {})
  post('emoji.list', options)
end