Class: TD::Types::MessageContent::ChatSetMessageAutoDeleteTime
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ChatSetMessageAutoDeleteTime
- Defined in:
- lib/tdlib/types/message_content/chat_set_message_auto_delete_time.rb
Overview
The auto-delete or self-destruct timer for messages in the chat has been changed.
Instance Attribute Summary collapse
-
#from_user_id ⇒ Integer
If not 0, a user identifier, which default setting was automatically applied.
-
#message_auto_delete_time ⇒ Integer
New value auto-delete or self-destruct time, in seconds; 0 if disabled.
Method Summary
Methods inherited from Base
Instance Attribute Details
#from_user_id ⇒ Integer
If not 0, a user identifier, which default setting was automatically applied.
6 7 8 |
# File 'lib/tdlib/types/message_content/chat_set_message_auto_delete_time.rb', line 6 def from_user_id @from_user_id end |
#message_auto_delete_time ⇒ Integer
New value auto-delete or self-destruct time, in seconds; 0 if disabled.
6 7 8 |
# File 'lib/tdlib/types/message_content/chat_set_message_auto_delete_time.rb', line 6 def @message_auto_delete_time end |