Class: TD::Types::MessagePosition
- Defined in:
- lib/tdlib/types/message_position.rb
Overview
Contains information about a message in a specific position.
Instance Attribute Summary collapse
-
#date ⇒ Integer
Point in time (Unix timestamp) when the message was sent.
-
#message_id ⇒ Integer
Message identifier.
-
#position ⇒ Integer
0-based message position in the full list of suitable messages.
Method Summary
Methods inherited from Base
Instance Attribute Details
#date ⇒ Integer
Point in time (Unix timestamp) when the message was sent.
7 8 9 |
# File 'lib/tdlib/types/message_position.rb', line 7 def date @date end |
#message_id ⇒ Integer
Message identifier.
7 8 9 |
# File 'lib/tdlib/types/message_position.rb', line 7 def end |
#position ⇒ Integer
0-based message position in the full list of suitable messages.
7 8 9 |
# File 'lib/tdlib/types/message_position.rb', line 7 def position @position end |