class
TD::BankCardInfo
- TD::BankCardInfo
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/bank_card_info.crConstructors
- .new(title : String, actions : Array(TD::BankCardActionOpenUrl))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #actions : Array(TD::BankCardActionOpenUrl)
- #actions=(actions : Array(TD::BankCardActionOpenUrl))
- #object_type : String
- #object_type=(object_type : String)
- #title : String
- #title=(title : String)