public static class TdApi.MessageSendingStateFailed extends TdApi.MessageSendingState
| Modifier and Type | Field and Description |
|---|---|
boolean |
canRetry
True, if the message can be re-sent using resendMessages or readdQuickReplyShortcutMessages.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Error |
error
The cause of the message sending failure.
|
boolean |
needAnotherReplyQuote
True, if the message can be re-sent only if another quote is chosen in the message that is replied by the given message.
|
boolean |
needAnotherSender
True, if the message can be re-sent only on behalf of a different sender.
|
boolean |
needDropReply
True, if the message can be re-sent only if the message to be replied is removed.
|
double |
retryAfter
Time left before the message can be re-sent, in seconds.
|
| Constructor and Description |
|---|
MessageSendingStateFailed()
The message failed to be sent.
|
MessageSendingStateFailed(TdApi.Error error,
boolean canRetry,
boolean needAnotherSender,
boolean needAnotherReplyQuote,
boolean needDropReply,
double retryAfter)
The message failed to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Error error
public boolean canRetry
public boolean needAnotherSender
public boolean needAnotherReplyQuote
public boolean needDropReply
public double retryAfter
public static final int CONSTRUCTOR
public MessageSendingStateFailed()
public MessageSendingStateFailed(TdApi.Error error, boolean canRetry, boolean needAnotherSender, boolean needAnotherReplyQuote, boolean needDropReply, double retryAfter)
error - The cause of the message sending failure.canRetry - True, if the message can be re-sent using resendMessages or readdQuickReplyShortcutMessages.needAnotherSender - True, if the message can be re-sent only on behalf of a different sender.needAnotherReplyQuote - True, if the message can be re-sent only if another quote is chosen in the message that is replied by the given message.needDropReply - True, if the message can be re-sent only if the message to be replied is removed. This will be done automatically by resendMessages.retryAfter - Time left before the message can be re-sent, in seconds. No update is sent when this field changes.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object