class
Tourmaline::TransactionPartnerChat
- Tourmaline::TransactionPartnerChat
- Reference
- Object
Overview
Describes a transaction with a chat.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(type : String, chat : Tourmaline::Chat, gift : Tourmaline::Gift | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#chat : Tourmaline::Chat
Information about the chat
-
#chat=(chat : Tourmaline::Chat)
Information about the chat
-
#gift : Tourmaline::Gift | Nil
Optional.
-
#gift=(gift : Tourmaline::Gift | Nil)
Optional.
-
#type : String
Type of the transaction partner, always "chat"
-
#type=(type : String)
Type of the transaction partner, always "chat"