Class: MTProto::TL::Dialogs::Chat

Inherits:
Struct
  • Object
show all
Defined in:
lib/mtproto/tl/objects/dialogs.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/dialogs.rb', line 9

def access_hash
  @access_hash
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end