Interface UpdateChatUnreadMentionCount

The chat unread_mention_count has changed. Subtype of Update.

interface UpdateChatUnreadMentionCount {
    @type: "updateChatUnreadMentionCount";
    chat_id: number;
    unread_mention_count: number;
}

Properties

@type: "updateChatUnreadMentionCount"
chat_id: number

Chat identifier.

unread_mention_count: number

The number of unread mention messages left in the chat.