class Slack::Request::ConversationsListParams
Defined in:
slack-api/request/conversations/list.crConstructors
Instance Method Summary
- #cursor : String | Nil
- #cursor=(cursor : String | Nil)
- #exclude_archived : Bool
- #exclude_archived=(exclude_archived : Bool)
- #limit : Int32
- #limit=(limit : Int32)
- #types : String | Nil
- #types=(types : String | Nil)
Constructor Detail
def self.new(cursor : Nil | String, exclude_archived : Bool, limit : Int32, types : Nil | String)
#