Interface ReadAllForumTopicReactions

Marks all reactions in a topic in a forum supergroup chat or a chat with a bot with topics as read. Request type for Tdjson#readAllForumTopicReactions.

interface ReadAllForumTopicReactions {
    @type: "readAllForumTopicReactions";
    chat_id: number;
    forum_topic_id: number;
}

Properties

@type: "readAllForumTopicReactions"
chat_id: number

Chat identifier.

forum_topic_id: number

Forum topic identifier in which reactions are marked as read.