lib/slack/web/api/endpoints/emoji.rb in slack-ruby-client-0.2.1 vs lib/slack/web/api/endpoints/emoji.rb in slack-ruby-client-0.3.0

- old
+ new

@@ -4,14 +4,13 @@ module Web module Api module Endpoints module Emoji # - # Lists custom emoji for a team. + # This method lists the custom emoji for a team. # # @see https://api.slack.com/methods/emoji.list - # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/emoji.list.md - # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/emoji.list.json + # @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