Module tdlight.api

Class TdApi.MessageSchedulingStateSendAtDate

Enclosing class:
TdApi

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

    • sendDate

      public int sendDate
      Date the message will be sent. The date must be within 367 days in the future.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      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 - int Date the message will be sent. The date must be within 367 days in the future.
    • MessageSchedulingStateSendAtDate

      public MessageSchedulingStateSendAtDate(DataInput input) throws IOException
      The message will be sent at the specified date.
      Throws:
      IOException
  • Method Details