class Slack::Request::ParamsPins

Defined in:

slack-api/request/common/pins.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Slack::Request::ParamsJSON

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(channel : String, file : Nil | String, file_comment : Nil | String, timestamp : Nil | String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def channel : String #

[View source]
def channel=(channel : String) #

[View source]
def file : String | Nil #

[View source]
def file=(file : String | Nil) #

[View source]
def file_comment : String | Nil #

[View source]
def file_comment=(file_comment : String | Nil) #

[View source]
def timestamp : String | Nil #

[View source]
def timestamp=(timestamp : String | Nil) #

[View source]