Package org.drinkless.tdlib
Class TdApi.CallStateDiscarded
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.CallState
-
- org.drinkless.tdlib.TdApi.CallStateDiscarded
-
- Enclosing class:
- TdApi
public static class TdApi.CallStateDiscarded extends TdApi.CallState
The call has ended successfully.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanneedDebugInformationTrue, if the call debug information must be sent to the server.booleanneedRatingTrue, if the call rating must be sent to the server.TdApi.CallDiscardReasonreasonThe reason, why the call has ended.
-
Constructor Summary
Constructors Constructor Description CallStateDiscarded()The call has ended successfully.CallStateDiscarded(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation)The call has ended successfully.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
reason
public TdApi.CallDiscardReason reason
The reason, why the call has ended.
-
needRating
public boolean needRating
True, if the call rating must be sent to the server.
-
needDebugInformation
public boolean needDebugInformation
True, if the call debug information must be sent to the server.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CallStateDiscarded
public CallStateDiscarded()
The call has ended successfully.
-
CallStateDiscarded
public CallStateDiscarded(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation)
The call has ended successfully.- Parameters:
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-