class Slack::Request::PinsRemove
- Slack::Request::PinsRemove
- Slack::Request::Base
- Reference
- Object
Defined in:
slack-api/request/pins/remove.crConstructors
- .new(params : ParamsPins)
- .new(channel : String, file : String | Nil = nil, file_comment : String | Nil = nil, timestamp : String | Nil = nil)
Instance Method Summary
Instance methods inherited from class Slack::Request::Base
submit(client : HTTP::Client | Nil = nil)
submit
Constructor Detail
def self.new(channel : String, file : String | Nil = nil, file_comment : String | Nil = nil, timestamp : String | Nil = nil)
#