Class TdApi.UpdateMessageContentOpened

Enclosing class:
TdApi

public static class TdApi.UpdateMessageContentOpened extends TdApi.Update
The message content was opened. Updates voice note messages to "listened", video note messages to "viewed" and starts the self-destruct timer.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Message identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR