Interface ReadAllForumTopicMentions

Marks all mentions in a topic in a forum supergroup chat as read. Request type for Tdjson#readAllForumTopicMentions.

interface ReadAllForumTopicMentions {
    @type: "readAllForumTopicMentions";
    chat_id: number;
    forum_topic_id: number;
}

Properties

@type: "readAllForumTopicMentions"
chat_id: number

Chat identifier.

forum_topic_id: number

Forum topic identifier in which mentions are marked as read.