Class TdApi.MessageSchedulingStateSendAtDate

Enclosing class:
TdApi

public static class TdApi.MessageSchedulingStateSendAtDate extends TdApi.MessageSchedulingState
The message will be sent at the specified date.
  • Field Details

    • sendDate

      public int sendDate
      Point in time (Unix timestamp) when the message will be sent. The date must be within 367 days in the future.
    • CONSTRUCTOR

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

    • MessageSchedulingStateSendAtDate

      public MessageSchedulingStateSendAtDate()
      The message will be sent at the specified date.
    • MessageSchedulingStateSendAtDate

      public MessageSchedulingStateSendAtDate(int sendDate)
      The message will be sent at the specified date.
      Parameters:
      sendDate - Point in time (Unix timestamp) when the message will be sent. The date must be within 367 days in the future.
  • Method Details