Package org.drinkless.tdlib
Class TdApi.MessageSchedulingStateSendAtDate
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageSchedulingState
-
- org.drinkless.tdlib.TdApi.MessageSchedulingStateSendAtDate
-
- Enclosing class:
- TdApi
public static class TdApi.MessageSchedulingStateSendAtDate extends TdApi.MessageSchedulingState
The message will be sent at the specified date.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intsendDateDate the message will be sent.
-
Constructor Summary
Constructors Constructor Description MessageSchedulingStateSendAtDate()The message will be sent at the specified date.MessageSchedulingStateSendAtDate(int sendDate)The message will be sent at the specified date.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
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
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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- Date the message will be sent. The date must be within 367 days in the future.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-