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.
| Name | Type | Description |
|---|---|---|
| chat_list | ChatList | The chat list with changed number of unread messages. |
| total_count | number | Approximate total number of chats in the chat list. |
| unread_count | number | Total number of unread chats. |
| unread_unmuted_count | number | Total number of unread unmuted chats. |
| marked_as_unread_count | number | Total number of chats marked as unread. |
| marked_as_unread_unmuted_count | number | Total number of unmuted chats marked as unread. |
More details on telegram's documentation.