public static class TdApi.EndGroupCall extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
Constructor and Description |
---|
EndGroupCall()
Default constructor for a function, which ends a group call.
|
EndGroupCall(int groupCallId)
Creates a function, which ends a group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public static final int CONSTRUCTOR
public EndGroupCall()
Returns Ok
public EndGroupCall(int groupCallId)
Returns Ok
groupCallId
- Group call identifier.public int getConstructor()
getConstructor
in class TdApi.Function