class Slack::Request::ChatUpdate

Defined in:

slack-api/request/chat/update.cr

Constructors

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) #

[View source]
def self.new(params : ChatUpdateParam) #

[View source]

Instance Method Detail

def get_response_class #

[View source]