module Slack::Web::Api::Endpoints::Emoji
Public Instance Methods
emoji_list(options = {})
click to toggle source
This method lists the custom emoji for a team.
@see api.slack.com/methods/emoji.list @see github.com/dblock/slack-api-ref/blob/master/methods/emoji.list.json
# File lib/slack/web/api/endpoints/emoji.rb, line 13 def emoji_list(options = {}) post('emoji.list', options) end