class Slack::Request::ChannelsRepliesParams

Defined in:

slack-api/request/channels/replies.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(channel : String, thread_ts : String) #

[View source]

Instance Method Detail

def channel : String #

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

[View source]
def thread_ts : String #

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

[View source]