Module: Slack::Endpoint::Emoji
- Included in:
- Slack::Endpoint
- Defined in:
- lib/slack/endpoint/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.
12 13 14 |
# File 'lib/slack/endpoint/emoji.rb', line 12 def emoji_list(={}) post("emoji.list", ) end |