Class: TD::Types::InputPassportElement::PhoneNumber

Inherits:
TD::Types::InputPassportElement show all
Defined in:
lib/tdlib/types/input_passport_element/phone_number.rb

Overview

A Telegram Passport element to be saved containing the user's phone number.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#phone_numberString

The phone number to be saved.

Returns:

  • (String)

    the current value of phone_number



5
6
7
# File 'lib/tdlib/types/input_passport_element/phone_number.rb', line 5

def phone_number
  @phone_number
end