module Slack::Web::Api::Endpoints::Emoji

def emoji_list(options = {})

Other tags:
    See: https://github.com/slackhq/slack-api-docs/blob/master/methods/emoji.list.json -
    See: https://github.com/slackhq/slack-api-docs/blob/master/methods/emoji.list.md -
    See: https://api.slack.com/methods/emoji.list -
def emoji_list(options = {})
  post('emoji.list', options)
end