Module: Slack::Web::Emoji
- Included in:
- Slack::Web
- Defined in:
- lib/slack/web/emoji.rb
Overview
Module for the emoji methods.
Constant Summary collapse
- SCOPE =
Endpoint scope
'emoji'
Instance Method Summary collapse
-
#emoji_list(params = {}) ⇒ Object
Lists custom emoji for a team.
Instance Method Details
#emoji_list(params = {}) ⇒ Object
Lists custom emoji for a team.
17 18 19 20 |
# File 'lib/slack/web/emoji.rb', line 17 def emoji_list(params = {}) response = @session.do_post "#{SCOPE}.list", params Slack.parse_response(response) end |