class
TD::LabeledPricePart
- TD::LabeledPricePart
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/labeled_price_part.crConstructors
- .new(label : String, amount : Int64)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #amount : Int64
- #amount=(amount : Int64)
- #label : String
- #label=(label : String)
- #object_type : String
- #object_type=(object_type : String)