public static class TdApi.ToggleGroupCallIsMyVideoPaused 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 |
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() |
toString
public 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()
getConstructor
in class TdApi.Function