class Slack::Request::UsersConversationsParams

Defined in:

slack-api/request/users/conversations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cursor : Nil | String, exclude_archived : Bool, limit : Int32, types : Nil | String, user : 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]
def user : String | Nil #

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

[View source]