class Slack::Api::ReactionsAdd
- Slack::Api::ReactionsAdd
- Slack::Api::Base
- Reference
- Object
Overview
https://api.slack.com/methods/reactions.add
Defined in:
slack/api/endpoints/reactions_add.crConstant Summary
-
ASSIGNED_TYPES =
[channel : String, name : String, timestamp : String, token : String] of TypeDeclaration
-
https://api.slack.com/methods/reactions.add
Constructors
-
.new(channel : String, name : String, timestamp : String, token : String)
https://api.slack.com/methods/reactions.add
-
.new(pull : JSON::PullParser)
https://api.slack.com/methods/reactions.add
Instance Method Summary
- #base_url
- #call : Slack::Models::DefaultResponse
- #channel : String
- #channel=(channel : String)
- #content_type : ContentTypes
- #name : String
- #name=(name : String)
- #timestamp : String
- #timestamp=(timestamp : String)
- #token : String
- #token=(token : String)
Instance methods inherited from class Slack::Api::Base
base_url
base_url,
call : Slack::Model
call,
content_type : ContentTypes
content_type,
headers
headers,
token
token
Constructor methods inherited from class Slack::Api::Base
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(channel : String, name : String, timestamp : String, token : String)
#
https://api.slack.com/methods/reactions.add