class
TD::PaymentResult
- TD::PaymentResult
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/payment_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(verification_url : String, success : Bool = false)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #success : Bool
- #success=(success : Bool)
- #verification_url : String
- #verification_url=(verification_url : String)