Module: Slack::Web::Emoji
- Included in:
- Slack::Web
- Defined in:
- lib/slack/web/emoji.rb
Constant Summary collapse
- SCOPE =
"emoji"
Instance Method Summary collapse
-
#emoji_list ⇒ Object
Lists custom emoji for a team.
Instance Method Details
#emoji_list ⇒ Object
Lists custom emoji for a team.
7 8 9 10 |
# File 'lib/slack/web/emoji.rb', line 7 def emoji_list response = @session.do_get "#{SCOPE}.list" Slack::parse_response(response) end |