- Enclosing class:
- TdApi
Edits the time when a scheduled message
will be sent. Scheduling state of all
messages in the same album or forwarded
together with the message will be also changed.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
The chat the message belongs to.static final int
long
Identifier of the message.The new message scheduling state; pass null to send the message immediately. -
Constructor Summary
ConstructorDescriptionEdits the time when a scheduled message will be sent.EditMessageSchedulingState
(long chatId, long messageId, TdApi.MessageSchedulingState schedulingState) Edits the time when a scheduled message will be sent.Edits the time when a scheduled message will be sent. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdThe chat the message belongs to. -
messageId
public long messageIdIdentifier of the message. -
schedulingState
The new message scheduling state; pass null to send the message immediately. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
EditMessageSchedulingState
public EditMessageSchedulingState()Edits the time when a scheduled message will be sent. Scheduling state of all messages in the same album or forwarded together with the message will be also changed. ReturnsOk
-
EditMessageSchedulingState
public EditMessageSchedulingState(long chatId, long messageId, TdApi.MessageSchedulingState schedulingState) Edits the time when a scheduled message will be sent. Scheduling state of all messages in the same album or forwarded together with the message will be also changed. ReturnsOk
- Parameters:
chatId
- long The chat the message belongs to.messageId
- long Identifier of the message.schedulingState
- MessageSchedulingState The new message scheduling state; pass null to send the message immediately.
-
EditMessageSchedulingState
Edits the time when a scheduled message will be sent. Scheduling state of all messages in the same album or forwarded together with the message will be also changed. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-