Td Api Update Unread Message Count - OTR/Kotlin-Telegram-Client GitHub Wiki

Class TdApi.UpdateUnreadMessageCount

Desciption

Number of unread messages in a chat list 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.
  • unreadCount: Int - Total number of unread messages.
  • unreadUnmutedCount: Int - Total number of unread messages in unmuted chats.

Example

Reference