Interface DeleteDirectMessagesChatTopicHistory

Deletes all messages in the topic in a channel direct messages chat administered by the current user. Request type for Tdjson#deleteDirectMessagesChatTopicHistory.

interface DeleteDirectMessagesChatTopicHistory {
    @type: "deleteDirectMessagesChatTopicHistory";
    chat_id: number;
    topic_id: number;
}

Properties

@type: "deleteDirectMessagesChatTopicHistory"
chat_id: number

Chat identifier of the channel direct messages chat.

topic_id: number

Identifier of the topic which messages will be deleted.