Sha256: ecf7a3c2a3fda9bddfeac79464cdf9b31a7b1f1080f96a951d826102bbb33e1b

Contents?: true

Size: 285 Bytes

Versions: 4

Compression:

Stored size: 285 Bytes

Contents

module TD::Types
  # A Telegram Passport element to be saved containing the user's phone number.
  #
  # @attr phone_number [String] The phone number to be saved.
  class InputPassportElement::PhoneNumber < InputPassportElement
    attribute :phone_number, TD::Types::String
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/input_passport_element/phone_number.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_passport_element/phone_number.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_passport_element/phone_number.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_passport_element/phone_number.rb