Class: TD::Types::Update::MessageContentOpened

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



7
8
9
# File 'lib/tdlib/types/update/message_content_opened.rb', line 7

def chat_id
  @chat_id
end

#message_idInteger

Message identifier.

Returns:

  • (Integer)

    the current value of message_id



7
8
9
# File 'lib/tdlib/types/update/message_content_opened.rb', line 7

def message_id
  @message_id
end