public static class TdApi.ToggleGroupCallIsMyVideoEnabled 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 |
isMyVideoEnabled
Pass true if the current user's video is enabled.
|
Constructor and Description |
---|
ToggleGroupCallIsMyVideoEnabled()
Default constructor for a function, which toggles whether current user's video is enabled.
|
ToggleGroupCallIsMyVideoEnabled(int groupCallId,
boolean isMyVideoEnabled)
Creates a function, which toggles whether current user's video is enabled.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public boolean isMyVideoEnabled
public static final int CONSTRUCTOR
public ToggleGroupCallIsMyVideoEnabled()
Returns Ok
public ToggleGroupCallIsMyVideoEnabled(int groupCallId, boolean isMyVideoEnabled)
Returns Ok
groupCallId
- Group call identifier.isMyVideoEnabled
- Pass true if the current user's video is enabled.public int getConstructor()
getConstructor
in class TdApi.Function