Class: TD::Types::Update::MessageContentOpened
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::MessageContentOpened
- Defined in:
- lib/tdlib/types/update/message_content_opened.rb
Overview
The message content was opened. Updates voice note messages to “listened”, video note messages to “viewed” and starts the self-destruct timer.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#message_id ⇒ Integer
Message identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_content_opened.rb', line 7 def chat_id @chat_id end |
#message_id ⇒ Integer
Message identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_content_opened.rb', line 7 def end |