public static class TdApi.CallStateError extends TdApi.CallState
TdApi.CallState.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.CallState