java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageSendFailed
- Enclosing class:
- TdApi
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
Modifier and TypeFieldDescriptionstatic final int
int
An error code.Error message.The failed to send message.long
The previous temporary message identifier. -
Constructor Summary
ConstructorDescriptionA message failed to send.UpdateMessageSendFailed
(TdApi.Message message, long oldMessageId, int errorCode, String errorMessage) A message failed to send.UpdateMessageSendFailed
(DataInput input) A message failed to send. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
message
The failed to send message. -
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:
-
-
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 The failed to send message.oldMessageId
- long The previous temporary message identifier.errorCode
- int An error code.errorMessage
- String Error message.
-
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.- 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()
-