Class TdApi.MessageSchedulingStateSendWhenVideoProcessed

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageSchedulingState
org.drinkless.tdlib.TdApi.MessageSchedulingStateSendWhenVideoProcessed
Enclosing class:
TdApi

public static class TdApi.MessageSchedulingStateSendWhenVideoProcessed extends TdApi.MessageSchedulingState
The message will be sent when the video in the message is converted and optimized; can be used only by the server.
  • Field Details

    • sendDate

      public int sendDate
      Approximate point in time (Unix timestamp) when the message is expected to be sent.
    • CONSTRUCTOR

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

    • MessageSchedulingStateSendWhenVideoProcessed

      public MessageSchedulingStateSendWhenVideoProcessed()
      The message will be sent when the video in the message is converted and optimized; can be used only by the server.
    • MessageSchedulingStateSendWhenVideoProcessed

      public MessageSchedulingStateSendWhenVideoProcessed(int sendDate)
      The message will be sent when the video in the message is converted and optimized; can be used only by the server.
      Parameters:
      sendDate - Approximate point in time (Unix timestamp) when the message is expected to be sent.
  • 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