Interface ReadAllMessageThreadReactions

Marks all reactions in a forum topic as read. Request type for Tdjson#readAllMessageThreadReactions.

interface ReadAllMessageThreadReactions {
    @type: "readAllMessageThreadReactions";
    chat_id: number;
    message_thread_id: number;
}

Properties

@type: "readAllMessageThreadReactions"
chat_id: number

Chat identifier.

message_thread_id: number

Message thread identifier in which reactions are marked as read.