Class: MTProto::TL::Contacts::User
- Inherits:
-
Struct
- Object
- Struct
- MTProto::TL::Contacts::User
- Defined in:
- lib/mtproto/tl/objects/contacts.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.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
Instance Attribute Details
#access_hash ⇒ Object
Returns the value of attribute access_hash
9 10 11 |
# File 'lib/mtproto/tl/objects/contacts.rb', line 9 def access_hash @access_hash end |
#first_name ⇒ Object
Returns the value of attribute first_name
9 10 11 |
# File 'lib/mtproto/tl/objects/contacts.rb', line 9 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/mtproto/tl/objects/contacts.rb', line 9 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name
9 10 11 |
# File 'lib/mtproto/tl/objects/contacts.rb', line 9 def last_name @last_name end |