public static class TdApi.UpdateChatUnreadMentionCount extends TdApi.Update
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object