lib/slack/web/api/endpoints/emoji.rb in slack-ruby-client-0.14.4 vs lib/slack/web/api/endpoints/emoji.rb in slack-ruby-client-0.14.5

- old
+ new

@@ -1,13 +1,14 @@ +# frozen_string_literal: true # 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. + # 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)