lib/slack/web/api/endpoints/emoji.rb in slack-ruby-client-2.0.0 vs lib/slack/web/api/endpoints/emoji.rb in slack-ruby-client-2.1.0
- old
+ new
@@ -7,9 +7,11 @@
module Endpoints
module Emoji
#
# Lists custom emoji for a team.
#
+ # @option options [boolean] :include_categories
+ # Include a list of categories for Unicode emoji and the emoji in each category.
# @see https://api.slack.com/methods/emoji.list
# @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/emoji/emoji.list.json
def emoji_list(options = {})
post('emoji.list', options)
end