public static class TdApi.UpdateUnreadChatCount extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.ChatList |
chatList
The chat list with changed number of unread messages.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
markedAsUnreadCount
Total number of chats marked as unread.
|
int |
markedAsUnreadUnmutedCount
Total number of unmuted chats marked as unread.
|
int |
totalCount
Approximate total number of chats in the chat list.
|
int |
unreadCount
Total number of unread chats.
|
int |
unreadUnmutedCount
Total number of unread unmuted chats.
|
Constructor and Description |
---|
UpdateUnreadChatCount()
Number of unread chats, i.e. with unread messages or marked as unread, has changed.
|
UpdateUnreadChatCount(TdApi.ChatList chatList,
int totalCount,
int unreadCount,
int unreadUnmutedCount,
int markedAsUnreadCount,
int markedAsUnreadUnmutedCount)
Number of unread chats, i.e. with unread messages or marked as unread, has changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ChatList chatList
public int totalCount
public int unreadCount
public int unreadUnmutedCount
public int markedAsUnreadCount
public int markedAsUnreadUnmutedCount
public static final int CONSTRUCTOR
public UpdateUnreadChatCount()
public UpdateUnreadChatCount(TdApi.ChatList chatList, int totalCount, int unreadCount, int unreadUnmutedCount, int markedAsUnreadCount, int markedAsUnreadUnmutedCount)
chatList
- The chat list with changed number of unread messages.totalCount
- Approximate total number of chats in the chat list.unreadCount
- Total number of unread chats.unreadUnmutedCount
- Total number of unread unmuted chats.markedAsUnreadCount
- Total number of chats marked as unread.markedAsUnreadUnmutedCount
- Total number of unmuted chats marked as unread.public int getConstructor()
getConstructor
in class TdApi.Update