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
-
#emoji_list(options = {}) ⇒ Object
Lists custom emoji for a team.
Instance Method Details
#emoji_list(options = {}) ⇒ Object
Lists custom emoji for a team.
16 17 18 |
# File 'lib/slack/web/api/endpoints/emoji.rb', line 16 def emoji_list( = {}) post('emoji.list', ) end |