Sha256: 02e39944522e0f17f4ad053471694c8d1bd398daf9c1f214013d4c9ca78811ed

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

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

module Slack
  module Web
    module Api
      module Endpoints
        module Emoji
          #
          # This method lists the custom emoji for a team.
          #
          # @see https://api.slack.com/methods/emoji.list
          # @see https://github.com/dblock/slack-api-ref/blob/master/methods/emoji.list.json
          def emoji_list(options = {})
            post('emoji.list', options)
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-client-0.6.0 lib/slack/web/api/endpoints/emoji.rb