public static class TdApi.UpdateUnreadMessageCount 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 |
unreadCount
Total number of unread messages.
|
int |
unreadUnmutedCount
Total number of unread messages in unmuted chats.
|
| Constructor and Description |
|---|
UpdateUnreadMessageCount()
Number of unread messages in a chat list has changed.
|
UpdateUnreadMessageCount(TdApi.ChatList chatList,
int unreadCount,
int unreadUnmutedCount)
Number of unread messages in a chat list has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatList chatList
public int unreadCount
public int unreadUnmutedCount
public static final int CONSTRUCTOR
public UpdateUnreadMessageCount()
public UpdateUnreadMessageCount(TdApi.ChatList chatList, int unreadCount, int unreadUnmutedCount)
chatList - The chat list with changed number of unread messages.unreadCount - Total number of unread messages.unreadUnmutedCount - Total number of unread messages in unmuted chats.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object