Class TdApi.MessageSelfDestructTypeTimer

Enclosing class:
TdApi

public static class TdApi.MessageSelfDestructTypeTimer extends TdApi.MessageSelfDestructType
The message will be self-destructed in the specified time after its content was opened.
  • Field Details

    • selfDestructTime

      public int selfDestructTime
      The message's self-destruct time, in seconds; must be between 0 and 60 in private chats.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageSelfDestructTypeTimer

      public MessageSelfDestructTypeTimer()
      The message will be self-destructed in the specified time after its content was opened.
    • MessageSelfDestructTypeTimer

      public MessageSelfDestructTypeTimer(int selfDestructTime)
      The message will be self-destructed in the specified time after its content was opened.
      Parameters:
      selfDestructTime - The message's self-destruct time, in seconds; must be between 0 and 60 in private chats.
  • Method Details