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
This method lists the custom emoji for a team.
Instance Method Details
#emoji_list(options = {}) ⇒ Object
This method lists the custom emoji for a team.
13 14 15 |
# File 'lib/slack/web/api/endpoints/emoji.rb', line 13 def emoji_list( = {}) post('emoji.list', ) end |