Td Api Update Unread Chat Count - OTR/Kotlin-Telegram-Client GitHub Wiki
TdApi.UpdateUnreadChatCount
Class Desciption
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.
Properties
chatList
: TdApi.ChatList - The chat list with changed number of unread messages.markedAsUnreadCount
: Int - Total number of chats marked as unread.markedAsUnreadUnmutedCount
: Int - Total number of unmuted chats marked as unread.totalCount
: Int - Approximate total number of chats in the chat list.unreadCount
: Int - Total number of unread chats.unreadUnmutedCount
: Int - Total number of unread unmuted chats.
Example