class Slack::Request::ChatDeleteParams

Defined in:

slack-api/request/chat/delete.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Slack::Request::ParamsJSON

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(channel : String, ts : String, as_user : Bool) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def as_user : Bool #

[View source]
def as_user=(as_user : Bool) #

[View source]
def channel : String #

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

[View source]
def ts : String #

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

[View source]