public static class TdApi.UpdateUnreadMessageCount 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 |
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() |
toString
public 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()
getConstructor
in class TdApi.Update