public static class TdApi.CallStateDiscarded extends TdApi.CallState
| 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 |
needLog
True, if the call log 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,
boolean needLog)
The call has ended successfully.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.CallDiscardReason reason
public boolean needRating
public boolean needDebugInformation
public boolean needLog
public static final int CONSTRUCTOR
public CallStateDiscarded()
public CallStateDiscarded(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation, boolean needLog)
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.needLog - True, if the call log must be sent to the server.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object