class Slack::Request::ConversationsRepliesParams

Defined in:

slack-api/request/conversations/replies.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def channel : String #

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

[View source]
def cursor : String | Nil #

[View source]
def cursor=(cursor : String | Nil) #

[View source]
def inclusive : Bool #

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

[View source]
def latest : String | Nil #

[View source]
def latest=(latest : String | Nil) #

[View source]
def limit : Int32 #

[View source]
def limit=(limit : Int32) #

[View source]
def oldest : String | Nil #

[View source]
def oldest=(oldest : String | Nil) #

[View source]
def ts : String #

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

[View source]