- Enclosing class:
- TdApi
Ends a group call. Requires groupCall.canBeManaged.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Group call identifier. -
Constructor Summary
ConstructorDescriptionEnds a group call.EndGroupCall
(int groupCallId) Ends a group call.EndGroupCall
(DataInput input) Ends a group call. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
EndGroupCall
public EndGroupCall()Ends a group call. Requires groupCall.canBeManaged. ReturnsOk
-
EndGroupCall
public EndGroupCall(int groupCallId) Ends a group call. Requires groupCall.canBeManaged. ReturnsOk
- Parameters:
groupCallId
- int Group call identifier.
-
EndGroupCall
Ends a group call. Requires groupCall.canBeManaged. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-