public static class TdApi.CallStatePending extends TdApi.CallState
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isCreated
True, if the call has already been created by the server.
|
boolean |
isReceived
True, if the call has already been received by the other party.
|
| Constructor and Description |
|---|
CallStatePending()
The call is pending, waiting to be accepted by a user.
|
CallStatePending(boolean isCreated,
boolean isReceived)
The call is pending, waiting to be accepted by a user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isCreated
public boolean isReceived
public static final int CONSTRUCTOR
public CallStatePending()
public CallStatePending(boolean isCreated,
boolean isReceived)
isCreated - True, if the call has already been created by the server.isReceived - True, if the call has already been received by the other party.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object