Class: MTProto::TL::Users::User
- Inherits:
-
Struct
- Object
- Struct
- MTProto::TL::Users::User
- Defined in:
- lib/mtproto/tl/objects/users.rb
Instance Attribute Summary collapse
-
#access_hash ⇒ Object
Returns the value of attribute access_hash.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#flags2 ⇒ Object
Returns the value of attribute flags2.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#access_hash ⇒ Object
Returns the value of attribute access_hash
6 7 8 |
# File 'lib/mtproto/tl/objects/users.rb', line 6 def access_hash @access_hash end |
#first_name ⇒ Object
Returns the value of attribute first_name
6 7 8 |
# File 'lib/mtproto/tl/objects/users.rb', line 6 def first_name @first_name end |
#flags ⇒ Object
Returns the value of attribute flags
6 7 8 |
# File 'lib/mtproto/tl/objects/users.rb', line 6 def flags @flags end |
#flags2 ⇒ Object
Returns the value of attribute flags2
6 7 8 |
# File 'lib/mtproto/tl/objects/users.rb', line 6 def flags2 @flags2 end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/mtproto/tl/objects/users.rb', line 6 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name
6 7 8 |
# File 'lib/mtproto/tl/objects/users.rb', line 6 def last_name @last_name end |
#phone ⇒ Object
Returns the value of attribute phone
6 7 8 |
# File 'lib/mtproto/tl/objects/users.rb', line 6 def phone @phone end |
#username ⇒ Object
Returns the value of attribute username
6 7 8 |
# File 'lib/mtproto/tl/objects/users.rb', line 6 def username @username end |