Class: TD::Types::Update::ChatMessageAutoDeleteTime

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/chat_message_auto_delete_time.rb

Overview

The message auto-delete or self-destruct timer setting for a chat was changed.

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



6
7
8
# File 'lib/tdlib/types/update/chat_message_auto_delete_time.rb', line 6

def chat_id
  @chat_id
end

#message_auto_delete_timeInteger

New value of message_auto_delete_time.

Returns:

  • (Integer)

    the current value of message_auto_delete_time



6
7
8
# File 'lib/tdlib/types/update/chat_message_auto_delete_time.rb', line 6

def message_auto_delete_time
  @message_auto_delete_time
end