java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageSendingState
it.tdlight.jni.TdApi.MessageSendingStatePending
- Enclosing class:
- TdApi
The message is being sent now, but
has not yet been delivered to the server.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Non-persistent message sending identifier, specified by the application. -
Constructor Summary
ConstructorDescriptionThe message is being sent now, but has not yet been delivered to the server.MessageSendingStatePending
(int sendingId) The message is being sent now, but has not yet been delivered to the server.The message is being sent now, but has not yet been delivered to the server. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
sendingId
public int sendingIdNon-persistent message sending identifier, specified by the application. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageSendingStatePending
public MessageSendingStatePending()The message is being sent now, but has not yet been delivered to the server. -
MessageSendingStatePending
public MessageSendingStatePending(int sendingId) The message is being sent now, but has not yet been delivered to the server.- Parameters:
sendingId
- int Non-persistent message sending identifier, specified by the application.
-
MessageSendingStatePending
The message is being sent now, but has not yet been delivered to the server.- 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()
-