class Slack::Request::ParamsPins
Defined in:
slack-api/request/common/pins.crConstructors
- .new(channel : String, file : Nil | String, file_comment : Nil | String, timestamp : Nil | String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #channel : String
- #channel=(channel : String)
- #file : String | Nil
- #file=(file : String | Nil)
- #file_comment : String | Nil
- #file_comment=(file_comment : String | Nil)
- #timestamp : String | Nil
- #timestamp=(timestamp : String | Nil)
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)
#