class Slack::Api::ReactionsAdd

Overview

https://api.slack.com/methods/reactions.add

Defined in:

slack/api/endpoints/reactions_add.cr

Constant Summary

ASSIGNED_TYPES = [channel : String, name : String, timestamp : String, token : String] of TypeDeclaration

https://api.slack.com/methods/reactions.add

Constructors

Instance Method Summary

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


def self.new(pull : JSON::PullParser) #

https://api.slack.com/methods/reactions.add


[View source]

Instance Method Detail

def base_url #

[View source]

[View source]
def channel : String #

def channel=(channel : String) #

def content_type : ContentTypes #

[View source]
def name : String #

def name=(name : String) #

def timestamp : String #

def timestamp=(timestamp : String) #

def token : String #

def token=(token : String) #