Interface UpdateChatMessageAutoDeleteTime

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

interface UpdateChatMessageAutoDeleteTime {
    @type: "updateChatMessageAutoDeleteTime";
    chat_id: number;
    message_auto_delete_time: number;
}

Properties

@type: "updateChatMessageAutoDeleteTime"
chat_id: number

Chat identifier.

message_auto_delete_time: number

New value of message_auto_delete_time.