Sha256: ed7604a7f33cccd1a283f18ac05f7ead09166e24ead50ebccd9181c316f33b05
Contents?: true
Size: 530 Bytes
Versions: 9
Compression:
Stored size: 530 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. # # @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
9 entries across 9 versions & 1 rubygems