public static class TdApi.UpdateMessageSendFailed extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Error |
error
The cause of the message sending failure.
|
TdApi.Message |
message
The failed to send message.
|
long |
oldMessageId
The previous temporary message identifier.
|
| Constructor and Description |
|---|
UpdateMessageSendFailed()
A message failed to send.
|
UpdateMessageSendFailed(TdApi.Message message,
long oldMessageId,
TdApi.Error error)
A message failed to send.
|
| 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 TdApi.Error error
public static final int CONSTRUCTOR
public UpdateMessageSendFailed()
public UpdateMessageSendFailed(TdApi.Message message, long oldMessageId, TdApi.Error error)
message - The failed to send message.oldMessageId - The previous temporary message identifier.error - The cause of the message sending failure.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object