public static class TdApi.UpdateMessageUnreadReactions extends TdApi.Update
| 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 |
unreadReactionCount
The new number of messages with unread reactions left in the chat.
|
TdApi.UnreadReaction[] |
unreadReactions
The new list of unread reactions.
|
| Constructor and Description |
|---|
UpdateMessageUnreadReactions()
The list of unread reactions added to a message was changed.
|
UpdateMessageUnreadReactions(long chatId,
long messageId,
TdApi.UnreadReaction[] unreadReactions,
int unreadReactionCount)
The list of unread reactions added to a message was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public TdApi.UnreadReaction[] unreadReactions
public int unreadReactionCount
public static final int CONSTRUCTOR
public UpdateMessageUnreadReactions()
public UpdateMessageUnreadReactions(long chatId,
long messageId,
TdApi.UnreadReaction[] unreadReactions,
int unreadReactionCount)
chatId - Chat identifier.messageId - Message identifier.unreadReactions - The new list of unread reactions.unreadReactionCount - The new number of messages with unread reactions left in the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object