class
TD::PushMessageContent::Invoice
Included Modules
- JSON::Serializable
Defined in:
telegram/types/push_message_content/invoice.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(price : String, is_pinned : Bool = false)
Instance Method Summary
- #is_pinned : Bool
- #is_pinned=(is_pinned : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #price : String
- #price=(price : String)