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 TTL timer for
self-destructing messages.
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.
8 9 10 |
# File 'lib/tdlib/types/update/message_content_opened.rb', line 8 def chat_id @chat_id end |
#message_id ⇒ Integer
Message identifier.
8 9 10 |
# File 'lib/tdlib/types/update/message_content_opened.rb', line 8 def @message_id end |