Sha256: ea77542ee1cb9c68500078a7db80d3a70b4fb41c717a664ae45db94ec029ad06
Contents?: true
Size: 309 Bytes
Versions: 2
Compression:
Stored size: 309 Bytes
Contents
module TD::Types # Describes an action associated with a bank card number. # # @attr text [TD::Types::String] Action text. # @attr url [TD::Types::String] The URL to be opened. class BankCardActionOpenUrl < Base attribute :text, TD::Types::String attribute :url, TD::Types::String 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_action_open_url.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/bank_card_action_open_url.rb |