public static class TdApi.MessageSendingStatePending extends TdApi.MessageSendingState
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
sendingId
Non-persistent message sending identifier, specified by the application.
|
| Constructor and Description |
|---|
MessageSendingStatePending()
The 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int sendingId
public static final int CONSTRUCTOR
public MessageSendingStatePending()
public MessageSendingStatePending(int sendingId)
sendingId - Non-persistent message sending identifier, specified by the application.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object