public static class TdApi.CallStateDiscarded extends TdApi.CallState
TdApi.CallState.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
needDebugInformation
True, if the call debug information must be sent to the server.
|
boolean |
needRating
True, if the call rating must be sent to the server.
|
TdApi.CallDiscardReason |
reason
The reason, why the call has ended.
|
Constructor and Description |
---|
CallStateDiscarded()
The call has ended successfully.
|
CallStateDiscarded(TdApi.CallDiscardReason reason,
boolean needRating,
boolean needDebugInformation)
The call has ended successfully.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.CallDiscardReason reason
public boolean needRating
public boolean needDebugInformation
public static final int CONSTRUCTOR
public CallStateDiscarded()
public CallStateDiscarded(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation)
reason
- The reason, why the call has ended.needRating
- True, if the call rating must be sent to the server.needDebugInformation
- True, if the call debug information must be sent to the server.public int getConstructor()
getConstructor
in class TdApi.CallState