Interface DeleteForumTopic

Deletes all messages in a forum topic; requires can_delete_messages administrator right in the supergroup unless the user is creator of the topic, the topic has no messages from other users and has at most 11 messages. Request type for Tdjson#deleteForumTopic.

interface DeleteForumTopic {
    @type: "deleteForumTopic";
    chat_id: number;
    message_thread_id: number;
}

Properties

@type: "deleteForumTopic"
chat_id: number

Identifier of the chat.

message_thread_id: number

Message thread identifier of the forum topic.