public static class TdApi.UpdateMessageMentionRead 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.
|
long |
messageId
Message identifier.
|
int |
unreadMentionCount
The new number of unread mention messages left in the chat.
|
Constructor and Description |
---|
UpdateMessageMentionRead()
A message with an unread mention was read.
|
UpdateMessageMentionRead(long chatId,
long messageId,
int unreadMentionCount)
A message with an unread mention was read.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long messageId
public int unreadMentionCount
public static final int CONSTRUCTOR
public UpdateMessageMentionRead()
public UpdateMessageMentionRead(long chatId, long messageId, int unreadMentionCount)
chatId
- Chat identifier.messageId
- Message identifier.unreadMentionCount
- The new number of unread mention messages left in the chat.public int getConstructor()
getConstructor
in class TdApi.Update