Package org.drinkless.tdlib
Class TdApi.UpdateMessageContentOpened
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageContentOpened
- Enclosing class:
- TdApi
The message content was opened. Updates voice note messages to "listened", video note messages to "viewed" and starts the self-destruct timer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longMessage identifier. -
Constructor Summary
ConstructorsConstructorDescriptionThe message content was opened.UpdateMessageContentOpened(long chatId, long messageId) The message content was opened. -
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. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateMessageContentOpened
public UpdateMessageContentOpened()The message content was opened. Updates voice note messages to "listened", video note messages to "viewed" and starts the self-destruct timer. -
UpdateMessageContentOpened
public UpdateMessageContentOpened(long chatId, long messageId) The message content was opened. Updates voice note messages to "listened", video note messages to "viewed" and starts the self-destruct timer.- Parameters:
chatId- Chat identifier.messageId- Message identifier.
-
-
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
-