Package org.drinkless.tdlib
Class TdApi.InputCallDiscarded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputCall
org.drinkless.tdlib.TdApi.InputCallDiscarded
- Enclosing class:
TdApi
A just ended call.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.InputCall
TdApi.InputCall.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionintIdentifier of the call.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
callId
public int callIdIdentifier of the call. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputCallDiscarded
public InputCallDiscarded()A just ended call. -
InputCallDiscarded
public InputCallDiscarded(int callId) A just ended call.- Parameters:
callId- Identifier of the call.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.InputCall- Returns:
- this.CONSTRUCTOR
-