Class: MTProto::TL::Contacts::User

Inherits:
Struct
  • Object
show all
Defined in:
lib/mtproto/tl/objects/contacts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_hashObject

Returns the value of attribute access_hash

Returns:

  • (Object)

    the current value of access_hash



9
10
11
# File 'lib/mtproto/tl/objects/contacts.rb', line 9

def access_hash
  @access_hash
end

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



9
10
11
# File 'lib/mtproto/tl/objects/contacts.rb', line 9

def first_name
  @first_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/mtproto/tl/objects/contacts.rb', line 9

def id
  @id
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



9
10
11
# File 'lib/mtproto/tl/objects/contacts.rb', line 9

def last_name
  @last_name
end