class Slack::Request::ConversationsListParams

Defined in:

slack-api/request/conversations/list.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cursor : Nil | String, exclude_archived : Bool, limit : Int32, types : Nil | String) #

[View source]

Instance Method Detail

def cursor : String | Nil #

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

[View source]
def exclude_archived : Bool #

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

[View source]
def limit : Int32 #

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

[View source]
def types : String | Nil #

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

[View source]