class

Tourmaline::MessageAutoDeleteTimerChanged

Inherits JSON::Serializable / Reference / Object

This object represents a service message about a change in auto-delete timer settings.

Constructors

new(message_auto_delete_time : Time)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

message_auto_delete_time

New auto-delete time for messages in the chat; in seconds

Source
message_auto_delete_time=(message_auto_delete_time : Time)

New auto-delete time for messages in the chat; in seconds

Source