Class: MTProto::TL::MessageService::Header
- Inherits:
-
Struct
- Object
- Struct
- MTProto::TL::MessageService::Header
- Defined in:
- lib/mtproto/tl/objects/message_service.rb
Instance Attribute Summary collapse
-
#action_offset ⇒ Object
Returns the value of attribute action_offset.
-
#date ⇒ Object
Returns the value of attribute date.
-
#from_id ⇒ Object
Returns the value of attribute from_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#peer_id ⇒ Object
Returns the value of attribute peer_id.
-
#peer_type ⇒ Object
Returns the value of attribute peer_type.
Instance Attribute Details
#action_offset ⇒ Object
Returns the value of attribute action_offset
16 17 18 |
# File 'lib/mtproto/tl/objects/message_service.rb', line 16 def action_offset @action_offset end |
#date ⇒ Object
Returns the value of attribute date
16 17 18 |
# File 'lib/mtproto/tl/objects/message_service.rb', line 16 def date @date end |
#from_id ⇒ Object
Returns the value of attribute from_id
16 17 18 |
# File 'lib/mtproto/tl/objects/message_service.rb', line 16 def from_id @from_id end |
#id ⇒ Object
Returns the value of attribute id
16 17 18 |
# File 'lib/mtproto/tl/objects/message_service.rb', line 16 def id @id end |
#peer_id ⇒ Object
Returns the value of attribute peer_id
16 17 18 |
# File 'lib/mtproto/tl/objects/message_service.rb', line 16 def peer_id @peer_id end |
#peer_type ⇒ Object
Returns the value of attribute peer_type
16 17 18 |
# File 'lib/mtproto/tl/objects/message_service.rb', line 16 def peer_type @peer_type end |