Package org.drinkless.tdlib
Class TdApi.MessageSchedulingStateSendWhenVideoProcessed
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageSchedulingState
org.drinkless.tdlib.TdApi.MessageSchedulingStateSendWhenVideoProcessed
- Enclosing class:
- TdApi
public static class TdApi.MessageSchedulingStateSendWhenVideoProcessed
extends TdApi.MessageSchedulingState
The message will be sent when the video in the message is converted and optimized; can be used only by the server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Approximate point in time (Unix timestamp) when the message is expected to be sent. -
Constructor Summary
ConstructorsConstructorDescriptionThe message will be sent when the video in the message is converted and optimized; can be used only by the server.MessageSchedulingStateSendWhenVideoProcessed
(int sendDate) The message will be sent when the video in the message is converted and optimized; can be used only by the server. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
sendDate
public int sendDateApproximate point in time (Unix timestamp) when the message is expected to be sent. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageSchedulingStateSendWhenVideoProcessed
public MessageSchedulingStateSendWhenVideoProcessed()The message will be sent when the video in the message is converted and optimized; can be used only by the server. -
MessageSchedulingStateSendWhenVideoProcessed
public MessageSchedulingStateSendWhenVideoProcessed(int sendDate) The message will be sent when the video in the message is converted and optimized; can be used only by the server.- Parameters:
sendDate
- Approximate point in time (Unix timestamp) when the message is expected to be sent.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-