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