java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageSendingState
it.tdlight.jni.TdApi.MessageSendingStateFailed
- Enclosing class:
- TdApi
The message failed to be sent.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True, if the message can be re-sent.static final int
int
An error code; 0 if unknown.Error message.boolean
True, if the message can be re-sent only on behalf of a different sender.double
Time left before the message can be re-sent, in seconds. -
Constructor Summary
ConstructorDescriptionThe message failed to be sent.MessageSendingStateFailed
(int errorCode, String errorMessage, boolean canRetry, boolean needAnotherSender, double retryAfter) The message failed to be sent.The message failed to be sent. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
errorCode
public int errorCodeAn error code; 0 if unknown. -
errorMessage
Error message. -
canRetry
public boolean canRetryTrue, if the message can be re-sent. -
needAnotherSender
public boolean needAnotherSenderTrue, if the message can be re-sent only on behalf of a different sender. -
retryAfter
public double retryAfterTime left before the message can be re-sent, in seconds. No update is sent when this field changes. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageSendingStateFailed
public MessageSendingStateFailed()The message failed to be sent. -
MessageSendingStateFailed
public MessageSendingStateFailed(int errorCode, String errorMessage, boolean canRetry, boolean needAnotherSender, double retryAfter) The message failed to be sent.- Parameters:
errorCode
- int An error code; 0 if unknown.errorMessage
- String Error message.canRetry
- boolean True, if the message can be re-sent.needAnotherSender
- boolean True, if the message can be re-sent only on behalf of a different sender.retryAfter
- double Time left before the message can be re-sent, in seconds. No update is sent when this field changes.
-
MessageSendingStateFailed
The message failed to be sent.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-