View Source ExTDLib.Object.UpdateUnreadChatCount (ExTDLib v0.0.4)

Number of unread chats, i.e. with unread messages or marked as unread, has changed. This update is sent only if the message database is used.

NameTypeDescription
chat_listChatListThe chat list with changed number of unread messages.
total_countnumberApproximate total number of chats in the chat list.
unread_countnumberTotal number of unread chats.
unread_unmuted_countnumberTotal number of unread unmuted chats.
marked_as_unread_countnumberTotal number of chats marked as unread.
marked_as_unread_unmuted_countnumberTotal number of unmuted chats marked as unread.

More details on telegram's documentation.