public static class TdApi.EndGroupCallRecording 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 |
---|
EndGroupCallRecording()
Default constructor for a function, which ends recording of an active group call.
|
EndGroupCallRecording(int groupCallId)
Creates a function, which ends recording of an active group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public static final int CONSTRUCTOR
public EndGroupCallRecording()
Returns Ok
public EndGroupCallRecording(int groupCallId)
Returns Ok
groupCallId
- Group call identifier.public int getConstructor()
getConstructor
in class TdApi.Function