Interface UpdateChatUnreadReactionCount

The chat unread_reaction_count has changed. Subtype of Update.

interface UpdateChatUnreadReactionCount {
    @type: "updateChatUnreadReactionCount";
    chat_id: number;
    unread_reaction_count: number;
}

Properties

@type: "updateChatUnreadReactionCount"
chat_id: number

Chat identifier.

unread_reaction_count: number

The number of messages with unread reactions left in the chat.