public static class TdApi.UpdateUnreadChatCount extends TdApi.Update
| 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.
|
UpdateUnreadChatCount(TdApi.ChatList chatList,
int totalCount,
int unreadCount,
int unreadUnmutedCount,
int markedAsUnreadCount,
int markedAsUnreadUnmutedCount)
Number of unread chats, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object