public static class TdApi.MessageSchedulingStateSendAtDate extends TdApi.MessageSchedulingState
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
sendDate
Point in time (Unix timestamp) when 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int sendDate
public static final int CONSTRUCTOR
public MessageSchedulingStateSendAtDate()
public MessageSchedulingStateSendAtDate(int sendDate)
sendDate - Point in time (Unix timestamp) when the message will be sent. The date must be within 367 days in the future.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object