class Slack::Response::ChatPostMessage

Defined in:

slack-api/response/chat/post-message.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Slack::Response::Success

new(pull : JSON::PullParser) new

Instance methods inherited from class Slack::Response::Base

ok : Bool ok, ok=(ok : Bool) ok=

Constructor methods inherited from class Slack::Response::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def channel : String #

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

[View source]
def message : Message #

[View source]
def message=(message : Message) #

[View source]
def ts : String #

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

[View source]