Sha256: 3f75295533a5dd847d069ba8d62d7ce1637410ca7de9d689d8a43a3d2063c700
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
module TD::Types # Information about a bank card. # # @attr title [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/bank_card_info.rb |