public static class TdApi.EditMessageSchedulingState extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
The chat the message belongs to.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message.
|
TdApi.MessageSchedulingState |
schedulingState
The new message scheduling state; pass null to send the message immediately.
|
Constructor and Description |
---|
EditMessageSchedulingState()
Default constructor for a function, which edits the time when a scheduled message will be sent.
|
EditMessageSchedulingState(long chatId,
long messageId,
TdApi.MessageSchedulingState schedulingState)
Creates a function, which edits the time when a scheduled message will be sent.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long messageId
public TdApi.MessageSchedulingState schedulingState
public static final int CONSTRUCTOR
public EditMessageSchedulingState()
Returns Ok
public EditMessageSchedulingState(long chatId, long messageId, TdApi.MessageSchedulingState schedulingState)
Returns Ok
chatId
- The chat the message belongs to.messageId
- Identifier of the message.schedulingState
- The new message scheduling state; pass null to send the message immediately.public int getConstructor()
getConstructor
in class TdApi.Function