public static class TdApi.StartGroupCallRecording 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.
|
boolean |
recordVideo
Pass true to record a video file instead of an audio file.
|
java.lang.String |
title
Group call recording title; 0-64 characters.
|
boolean |
usePortraitOrientation
Pass true to use portrait orientation for video instead of landscape one.
|
Constructor and Description |
---|
StartGroupCallRecording()
Default constructor for a function, which starts recording of an active group call.
|
StartGroupCallRecording(int groupCallId,
java.lang.String title,
boolean recordVideo,
boolean usePortraitOrientation)
Creates a function, which starts recording of an active group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public java.lang.String title
public boolean recordVideo
public boolean usePortraitOrientation
public static final int CONSTRUCTOR
public StartGroupCallRecording()
Returns Ok
public StartGroupCallRecording(int groupCallId, java.lang.String title, boolean recordVideo, boolean usePortraitOrientation)
Returns Ok
groupCallId
- Group call identifier.title
- Group call recording title; 0-64 characters.recordVideo
- Pass true to record a video file instead of an audio file.usePortraitOrientation
- Pass true to use portrait orientation for video instead of landscape one.public int getConstructor()
getConstructor
in class TdApi.Function