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
Identifier uniquely determining type of the object.The cause of the message sending failure.boolean
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
True, if the message can be re-sent only on behalf of a different sender.boolean
True, if the message can be re-sent only if the message to be replied is removed.double
Time left before the message can be re-sent, in seconds. -
Constructor Summary
ConstructorDescriptionThe 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.The message failed to be sent. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
error
The cause of the message sending failure. -
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. -
needAnotherReplyQuote
public boolean needAnotherReplyQuoteTrue, if the message can be re-sent only if another quote is chosen in the message that is replied by the given message. -
needDropReply
public boolean needDropReplyTrue, if the message can be re-sent only if the message to be replied is removed. This will be done automatically by resendMessages. -
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageSendingStateFailed
public MessageSendingStateFailed()The message failed to be sent. -
MessageSendingStateFailed
public MessageSendingStateFailed(TdApi.Error error, boolean canRetry, boolean needAnotherSender, boolean needAnotherReplyQuote, boolean needDropReply, double retryAfter) The message failed to be sent.- Parameters:
error
- The cause of the message sending failure.canRetry
- True, if the message can be re-sent.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.
-
MessageSendingStateFailed
The message failed to be sent.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-