public static class TdApi.UpdateMessageSendSucceeded extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public TdApi.Message message
public long oldMessageId
public static final int CONSTRUCTOR
public UpdateMessageSendSucceeded()
public UpdateMessageSendSucceeded(TdApi.Message message, long oldMessageId)
message
- The sent message. Usually only the message identifier, date, and content are changed, but almost all other fields can also change.oldMessageId
- The previous temporary message identifier.public int getConstructor()
getConstructor
in class TdApi.Update