class Slack::Request::ChatUpdate
- Slack::Request::ChatUpdate
- Slack::Request::Base
- Reference
- Object
Defined in:
slack-api/request/chat/update.crConstructors
- .new(channel : String, ts : String, text : String, attachments : Array(Attachment) | Nil = nil)
- .new(params : ChatUpdateParam)
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, ts : String, text : String, attachments : Array(Attachment) | Nil = nil)
#