Package org.drinkless.tdlib
Class TdApi.UpdateMessageUnreadReactions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageUnreadReactions
- Enclosing class:
TdApi
The list of unread reactions added to a message was changed.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longMessage identifier.intThe new number of messages with unread reactions in the chat.The new list of unread reactions. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
unreadReactions
The new list of unread reactions. -
unreadReactionCount
public int unreadReactionCountThe new number of messages with unread reactions in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateMessageUnreadReactions
public UpdateMessageUnreadReactions()The list of unread reactions added to a message was changed. -
UpdateMessageUnreadReactions
public UpdateMessageUnreadReactions(long chatId, long messageId, TdApi.UnreadReaction[] unreadReactions, int unreadReactionCount) The list of unread reactions added to a message was changed.- Parameters:
chatId- Chat identifier.messageId- Message identifier.unreadReactions- The new list of unread reactions.unreadReactionCount- The new number of messages with unread reactions in the chat.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Update- Returns:
- this.CONSTRUCTOR
-