Sha256: 8ca7c43c0765c02fc2d7dec6d76b10c0f140adb922fcb43aff44b2990c241641

Contents?: true

Size: 681 Bytes

Versions: 4

Compression:

Stored size: 681 Bytes

Contents

# frozen_string_literal: true
# This file was auto-generated by lib/tasks/web.rake

module Slack
  module Web
    module Api
      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
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack-ruby-client-2.4.0 lib/slack/web/api/endpoints/emoji.rb
slack-ruby-client-2.3.0 lib/slack/web/api/endpoints/emoji.rb
slack-ruby-client-2.2.0 lib/slack/web/api/endpoints/emoji.rb
slack-ruby-client-2.1.0 lib/slack/web/api/endpoints/emoji.rb