class Slack::Request::ConversationsHistoryParams

Defined in:

slack-api/request/conversations/history.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(channel : String, cursor : Nil | String, inclusive : Bool, latest : Nil | String, limit : Int32, oldest : String) #

[View source]
def self.new(channel : 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 #

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

[View source]