struct Slack::Models::IMChat
- Slack::Models::IMChat
- Slack::Models::Conversation
- Slack::Model
- Struct
- Value
- Object
Defined in:
slack/models/conversations/subtypes/im_chat.crConstant Summary
-
ASSIGNED_TYPES =
[] of TypeDeclaration
Constructors
Class Method Summary
Instance Method Summary
- #id : String
- #id=(id : String)
- #is_im : Bool
- #is_im=(is_im : Bool)
- #latest : Slack::Models::DirectMessage
- #latest=(latest : Slack::Models::DirectMessage)
- #user : String
- #user=(user : String)
Instance methods inherited from struct Slack::Models::Conversation
created : Time
created,
created=(created : Time)
created=
Constructor methods inherited from struct Slack::Models::Conversation
new(pull : JSON::PullParser)
new
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