Interface ReadAllChatReactions

Marks all reactions in a chat or a forum topic as read. Request type for Tdjson#readAllChatReactions.

interface ReadAllChatReactions {
    @type: "readAllChatReactions";
    chat_id: number;
}

Properties

Properties

@type: "readAllChatReactions"
chat_id: number

Chat identifier.