Interface ReadAllDirectMessagesChatTopicReactions

Removes all unread reactions in the topic in a channel direct messages chat administered by the current user. Request type for Tdjson#readAllDirectMessagesChatTopicReactions.

interface ReadAllDirectMessagesChatTopicReactions {
    @type: "readAllDirectMessagesChatTopicReactions";
    chat_id: number;
    topic_id: number;
}

Properties

@type: "readAllDirectMessagesChatTopicReactions"
chat_id: number

Identifier of the chat.

topic_id: number

Topic identifier.