lib/slack/web/api/endpoints/reactions.rb in slack-ruby-client-0.15.1 vs lib/slack/web/api/endpoints/reactions.rb in slack-ruby-client-0.16.0
- old
+ new
@@ -52,9 +52,11 @@
# Parameter for pagination. Set cursor equal to the next_cursor attribute returned by the previous request's response_metadata. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See pagination for more details.
# @option options [Object] :full
# If true always return the complete reaction list.
# @option options [Object] :limit
# The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.
+ # @option options [Object] :team_id
+ # encoded team id to list reactions in, required if org token is used.
# @option options [user] :user
# Show reactions made by this user. Defaults to the authed user.
# @see https://api.slack.com/methods/reactions.list
# @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/reactions/reactions.list.json
def reactions_list(options = {})