public static class TdApi.UpdateChatUnreadMentionCount extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
unreadMentionCount
The number of unread mention messages left in the chat.
|
Constructor and Description |
---|
UpdateChatUnreadMentionCount()
The chat unreadMentionCount has changed.
|
UpdateChatUnreadMentionCount(long chatId,
int unreadMentionCount)
The chat unreadMentionCount has changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public int unreadMentionCount
public static final int CONSTRUCTOR
public UpdateChatUnreadMentionCount()
public UpdateChatUnreadMentionCount(long chatId, int unreadMentionCount)
chatId
- Chat identifier.unreadMentionCount
- The number of unread mention messages left in the chat.public int getConstructor()
getConstructor
in class TdApi.Update