Sha256: 1e1ddc0d81b1d4447ff8ce10f2b38f9c029875ebea785fc235e923ba7d9da1f3

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

module TD::Types
  # Describes an action associated with a bank card number.
  #
  # @attr text [String] Action text.
  # @attr url [String] The URL to be opened.
  class BankCardActionOpenUrl < Base
    attribute :text, TD::Types::String
    attribute :url, TD::Types::String
  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_action_open_url.rb