Package org.drinkless.tdlib
Class TdApi.UpdateMessageMentionRead
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageMentionRead
- Enclosing class:
- TdApi
A message with an unread mention was read.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longMessage identifier.intThe new number of unread mention messages left in the chat. -
Constructor Summary
ConstructorsConstructorDescriptionA message with an unread mention was read.UpdateMessageMentionRead(long chatId, long messageId, int unreadMentionCount) A message with an unread mention was read. -
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. -
unreadMentionCount
public int unreadMentionCountThe new number of unread mention messages left in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
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- Chat identifier.messageId- Message identifier.unreadMentionCount- The new number of unread mention messages left 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.Object- Returns:
- this.CONSTRUCTOR
-