Interface ReadAllChatMentions

Marks all mentions in a chat as read. Request type for Tdjson#readAllChatMentions.

interface ReadAllChatMentions {
    @type: "readAllChatMentions";
    chat_id: number;
}

Properties

Properties

@type: "readAllChatMentions"
chat_id: number

Chat identifier.