class Slack::Request::ConversationsHistoryParams
Defined in:
slack-api/request/conversations/history.crConstructors
- .new(channel : String, cursor : Nil | String, inclusive : Bool, latest : Nil | String, limit : Int32, oldest : String)
- .new(channel : String)
Instance Method Summary
- #channel : String
- #channel=(channel : String)
- #cursor : String | Nil
- #cursor=(cursor : String | Nil)
- #inclusive : Bool
- #inclusive=(inclusive : Bool)
- #latest : String | Nil
- #latest=(latest : String | Nil)
- #limit : Int32
- #limit=(limit : Int32)
- #oldest : String
- #oldest=(oldest : String)
Constructor Detail
def self.new(channel : String, cursor : Nil | String, inclusive : Bool, latest : Nil | String, limit : Int32, oldest : String)
#