Class: TD::Types::MessageReadDate::Read
- Inherits:
-
TD::Types::MessageReadDate
- Object
- Dry::Struct
- Base
- TD::Types::MessageReadDate
- TD::Types::MessageReadDate::Read
- Defined in:
- lib/tdlib/types/message_read_date/read.rb
Overview
Contains read date of the message.
Instance Attribute Summary collapse
-
#read_date ⇒ Integer
Point in time (Unix timestamp) when the message was read by the other user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#read_date ⇒ Integer
Point in time (Unix timestamp) when the message was read by the other user.
5 6 7 |
# File 'lib/tdlib/types/message_read_date/read.rb', line 5 def read_date @read_date end |