Package it.tdlight.jni
Class TdApi.UpdateMessageSendFailed
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageSendFailed
- Enclosing class:
- TdApi
public static class TdApi.UpdateMessageSendFailed extends TdApi.Update
A message failed to send. Be aware
that some messages being sent can be
irrecoverably deleted, in which case
updateDeleteMessages will be received
instead of this update.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
errorCode
An error code.String
errorMessage
Error message.TdApi.Message
message
Contains information about the message which failed to send.long
oldMessageId
The previous temporary message identifier. -
Constructor Summary
Constructors Constructor Description UpdateMessageSendFailed()
A message failed to send.UpdateMessageSendFailed(TdApi.Message message, long oldMessageId, int errorCode, String errorMessage)
A message failed to send.UpdateMessageSendFailed(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
message
Contains information about the message which failed to send. -
oldMessageId
public long oldMessageIdThe previous temporary message identifier. -
errorCode
public int errorCodeAn error code. -
errorMessage
Error message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateMessageSendFailed
public UpdateMessageSendFailed()A message failed to send. Be aware that some messages being sent can be irrecoverably deleted, in which case updateDeleteMessages will be received instead of this update. -
UpdateMessageSendFailed
public UpdateMessageSendFailed(TdApi.Message message, long oldMessageId, int errorCode, String errorMessage)A message failed to send. Be aware that some messages being sent can be irrecoverably deleted, in which case updateDeleteMessages will be received instead of this update.- Parameters:
message
- Message Contains information about the message which failed to send.oldMessageId
- long The previous temporary message identifier.errorCode
- int An error code.errorMessage
- String Error message.
-
UpdateMessageSendFailed
- 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()
-