(add connection name optionals)
Adds a reaction to an item. This API adds reaction(emoji) to an item. One of file, file_comment, or the combination of channel and timestamp must be specified. Optional arguments are:
Adds a reaction to an item. This API adds reaction(emoji) to an item. One of file, file_comment, or the combination of channel and timestamp must be specified. Optional arguments are: - file: file to add reaction to - file_comment: file comment to add reaction to - channel: channel where the message to add reaction to was posted - timestamp: timestamp of the message to add reaction to
(get connection optionals)
Gets reactions for an item.
Gets reactions for an item. - file: file to get reactions to - file_comment: file comment to get reactions to - channel: channel where the message to get reactions to was posted - timestamp: timestamp of the message to get reactions to - full: if true always return the complete reaction list
(list connection optionals)
Lists reactions made by a user.
Lists reactions made by a user. - user: show reactions made by this user. Defaults to the authed user - full: if true always return the complete reaction list - count: number of items to return per page - page: page number of results to return.
(remove connection name optionals)
Removes a reaction from an item.
Removes a reaction from an item. - file: file to remove reaction from - file_comment: file comment to remove reaction from - channel: channel where the message to remove reaction from was posted - timestamp: timestamp of the message to remove reaction from
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close