Sha256: c1d50c2052b62ba9ae0ded2bbf6ed3c2f0666a76e693c8b97a3f55527d6b451c
Contents?: true
Size: 396 Bytes
Versions: 2
Compression:
Stored size: 396 Bytes
Contents
module TD::Types # Information about a bank card. # # @attr title [TD::Types::String] Title of the bank card description. # @attr actions [Array<TD::Types::BankCardActionOpenUrl>] Actions that can be done with the bank card number. class BankCardInfo < Base attribute :title, TD::Types::String attribute :actions, TD::Types::Array.of(TD::Types::BankCardActionOpenUrl) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/bank_card_info.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/bank_card_info.rb |