Package it.tdlight.jni
Class TdApi.UpdateMessageMentionRead
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageMentionRead
- Enclosing class:
- TdApi
public static class TdApi.UpdateMessageMentionRead extends TdApi.Update
A message with an unread mention was read.
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
long
messageId
Message identifier.int
unreadMentionCount
The new number of unread mention messages left in the chat. -
Constructor Summary
Constructors Constructor 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.UpdateMessageMentionRead(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
unreadMentionCount
public int unreadMentionCountThe new number of unread mention messages left in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateMessageMentionRead
public UpdateMessageMentionRead()A message with an unread mention was read. -
UpdateMessageMentionRead
public UpdateMessageMentionRead(long chatId, long messageId, int unreadMentionCount)A message with an unread mention was read.- Parameters:
chatId
- long Chat identifier.messageId
- long Message identifier.unreadMentionCount
- int The new number of unread mention messages left in the chat.
-
UpdateMessageMentionRead
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-