Class: TD::Types::Update::ChatMessageAutoDeleteTime
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatMessageAutoDeleteTime
- 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
-
#chat_id ⇒ Integer
Chat identifier.
-
#message_auto_delete_time ⇒ Integer
New value of message_auto_delete_time.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
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_time ⇒ Integer
New 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 end |