struct Slack::Models::ConversationsHistory
- Slack::Models::ConversationsHistory
- Slack::Model
- Struct
- Value
- Object
Defined in:
slack/models/conversations/conversations_history.crConstant Summary
-
ASSIGNED_TYPES =
[has_more : Bool, messages : Array(MessageHistory), pin_count : Int32, response_metadata : ResponseMetadata | ::Nil] of TypeDeclaration
Constructors
- .new(has_more : Bool, messages : Array(MessageHistory), pin_count : Int32, response_metadata : ResponseMetadata | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #has_more : Bool
- #has_more=(has_more : Bool)
- #messages : Array(MessageHistory)
- #messages=(messages : Array(MessageHistory))
- #pin_count : Int32
- #pin_count=(pin_count : Int32)
- #response_metadata : ResponseMetadata | Nil
- #response_metadata=(response_metadata : ResponseMetadata | Nil)
Constructor methods inherited from struct Slack::Model
new(pull : JSON::PullParser)
new
Class methods inherited from struct Slack::Model
keyed_json_object(json : String | IO, find_key : String, &)keyed_json_object(json : String | IO, find_key : String) keyed_json_object
Constructor Detail
def self.new(has_more : Bool, messages : Array(MessageHistory), pin_count : Int32, response_metadata : ResponseMetadata | Nil = nil)
#