public static class TdApi.MessageSchedulingStateSendAtDate extends TdApi.MessageSchedulingState
TdApi.MessageSchedulingState.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
sendDate
Date the message will be sent.
|
Constructor and Description |
---|
MessageSchedulingStateSendAtDate()
The message will be sent at the specified date.
|
MessageSchedulingStateSendAtDate(int sendDate)
The message will be sent at the specified date.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int sendDate
public static final int CONSTRUCTOR
public MessageSchedulingStateSendAtDate()
public MessageSchedulingStateSendAtDate(int sendDate)
sendDate
- Date the message will be sent. The date must be within 367 days in the future.public int getConstructor()
getConstructor
in class TdApi.MessageSchedulingState