Class: MTProto::TL::Dialogs::Chat
- Inherits:
-
Struct
- Object
- Struct
- MTProto::TL::Dialogs::Chat
- Defined in:
- lib/mtproto/tl/objects/dialogs.rb
Instance Attribute Summary collapse
-
#access_hash ⇒ Object
Returns the value of attribute access_hash.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#access_hash ⇒ Object
Returns the value of attribute access_hash
9 10 11 |
# File 'lib/mtproto/tl/objects/dialogs.rb', line 9 def access_hash @access_hash end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/mtproto/tl/objects/dialogs.rb', line 9 def id @id end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/mtproto/tl/objects/dialogs.rb', line 9 def title @title end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/mtproto/tl/objects/dialogs.rb', line 9 def type @type end |