public static class TdApi.ToggleGroupCallIsMyVideoPaused 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 |
isMyVideoPaused
Pass true if the current user's video is paused.
|
| Constructor and Description |
|---|
ToggleGroupCallIsMyVideoPaused()
Default constructor for a function, which toggles whether current user's video is paused.
|
ToggleGroupCallIsMyVideoPaused(int groupCallId,
boolean isMyVideoPaused)
Creates a function, which toggles whether current user's video is paused.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public boolean isMyVideoPaused
public static final int CONSTRUCTOR
public ToggleGroupCallIsMyVideoPaused()
Returns Ok
public ToggleGroupCallIsMyVideoPaused(int groupCallId,
boolean isMyVideoPaused)
Returns Ok
groupCallId - Group call identifier.isMyVideoPaused - Pass true if the current user's video is paused.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object