Sha256: 05e4d7001921afa126eedae8982c73d68a0e312b6a458e19f7ed1cfe4c0e7b82

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

module TD::Types
  # A Telegram Passport element to be saved containing the user's phone number.
  #
  # @attr phone_number [TD::Types::String] The phone number to be saved.
  class InputPassportElement::PhoneNumber < InputPassportElement
    attribute :phone_number, 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/input_passport_element/phone_number.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_passport_element/phone_number.rb