java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageUnreadReactions
- Enclosing class:
- TdApi
The list of unread reactions added to
a message was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intlongMessage identifier.intThe new number of messages with unread reactions left 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.The list of unread reactions added to a message was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 left in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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- long Chat identifier.messageId- long Message identifier.unreadReactions- UnreadReaction[] The new list of unread reactions.unreadReactionCount- int The new number of messages with unread reactions left in the chat.
-
UpdateMessageUnreadReactions
The list of unread reactions added to a message was changed.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-