java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageContentOpened
- Enclosing class:
- TdApi
The message content was opened. Updates
voice note messages to "listened",
video note messages to "viewed"
and starts the TTL timer for self-destructing messages.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
long
Message identifier. -
Constructor Summary
ConstructorDescriptionThe message content was opened.UpdateMessageContentOpened
(long chatId, long messageId) The message content was opened.The message content was opened. -
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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 TTL timer for self-destructing messages. -
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 TTL timer for self-destructing messages.- Parameters:
chatId
- long Chat identifier.messageId
- long Message identifier.
-
UpdateMessageContentOpened
The message content was opened. Updates voice note messages to "listened", video note messages to "viewed" and starts the TTL timer for self-destructing messages.- 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()
-