Interface ReadAllMessageThreadMentions

Marks all mentions in a forum topic as read. Request type for Tdjson#readAllMessageThreadMentions.

interface ReadAllMessageThreadMentions {
    @type: "readAllMessageThreadMentions";
    chat_id: number;
    message_thread_id: number;
}

Properties

@type: "readAllMessageThreadMentions"
chat_id: number

Chat identifier.

message_thread_id: number

Message thread identifier in which mentions are marked as read.