public static class TdApi.ToggleGroupCallIsMyVideoEnabled extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object