public static class TdApi.UpdateMessageSendSucceeded extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
message
The sent message.
|
long |
oldMessageId
The previous temporary message identifier.
|
| Constructor and Description |
|---|
UpdateMessageSendSucceeded()
A message has been successfully sent.
|
UpdateMessageSendSucceeded(TdApi.Message message,
long oldMessageId)
A message has been successfully sent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Message message
public long oldMessageId
public static final int CONSTRUCTOR
public UpdateMessageSendSucceeded()
public UpdateMessageSendSucceeded(TdApi.Message message, long oldMessageId)
message - The sent message. Almost any field of the new message can be different from the corresponding field of the original message. For example, the field schedulingState may change, making the message scheduled, or non-scheduled.oldMessageId - The previous temporary message identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object