public static class TdApi.CallStateError extends TdApi.CallState
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Error |
error
Error.
|
| Constructor and Description |
|---|
CallStateError()
The call has ended with an error.
|
CallStateError(TdApi.Error error)
The call has ended with an error.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Error error
public static final int CONSTRUCTOR
public CallStateError()
public CallStateError(TdApi.Error error)
error - Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object