public static class TdApi.UpdateChatUnreadReactionCount extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
unreadReactionCount
The number of messages with unread reactions left in the chat.
|
| Constructor and Description |
|---|
UpdateChatUnreadReactionCount()
The chat unreadReactionCount has changed.
|
UpdateChatUnreadReactionCount(long chatId,
int unreadReactionCount)
The chat unreadReactionCount has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public int unreadReactionCount
public static final int CONSTRUCTOR
public UpdateChatUnreadReactionCount()
public UpdateChatUnreadReactionCount(long chatId,
int unreadReactionCount)
chatId - Chat identifier.unreadReactionCount - The number of messages with unread reactions left in the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object