Class: MTProto::TL::Dialogs::Dialog
- Inherits:
-
Struct
- Object
- Struct
- MTProto::TL::Dialogs::Dialog
- Defined in:
- lib/mtproto/tl/objects/dialogs.rb
Instance Attribute Summary collapse
-
#peer_id ⇒ Object
Returns the value of attribute peer_id.
-
#peer_type ⇒ Object
Returns the value of attribute peer_type.
-
#pts ⇒ Object
Returns the value of attribute pts.
-
#top_message ⇒ Object
Returns the value of attribute top_message.
-
#unread_count ⇒ Object
Returns the value of attribute unread_count.
Instance Attribute Details
#peer_id ⇒ Object
Returns the value of attribute peer_id
8 9 10 |
# File 'lib/mtproto/tl/objects/dialogs.rb', line 8 def peer_id @peer_id end |
#peer_type ⇒ Object
Returns the value of attribute peer_type
8 9 10 |
# File 'lib/mtproto/tl/objects/dialogs.rb', line 8 def peer_type @peer_type end |
#pts ⇒ Object
Returns the value of attribute pts
8 9 10 |
# File 'lib/mtproto/tl/objects/dialogs.rb', line 8 def pts @pts end |
#top_message ⇒ Object
Returns the value of attribute top_message
8 9 10 |
# File 'lib/mtproto/tl/objects/dialogs.rb', line 8 def @top_message end |
#unread_count ⇒ Object
Returns the value of attribute unread_count
8 9 10 |
# File 'lib/mtproto/tl/objects/dialogs.rb', line 8 def unread_count @unread_count end |