Package it.tdlight.jni
Class TdApi.ToggleGroupCallIsMyVideoPaused
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ToggleGroupCallIsMyVideoPaused
- Enclosing class:
- TdApi
public static class TdApi.ToggleGroupCallIsMyVideoPaused extends TdApi.Function
Toggles whether current user's video is paused.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
groupCallId
Group call identifier.boolean
isMyVideoPaused
Pass true if the current user's video is paused. -
Constructor Summary
Constructors Constructor Description ToggleGroupCallIsMyVideoPaused()
Toggles whether current user's video is paused.ToggleGroupCallIsMyVideoPaused(int groupCallId, boolean isMyVideoPaused)
Toggles whether current user's video is paused.ToggleGroupCallIsMyVideoPaused(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
isMyVideoPaused
public boolean isMyVideoPausedPass true if the current user's video is paused. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ToggleGroupCallIsMyVideoPaused
public ToggleGroupCallIsMyVideoPaused()Toggles whether current user's video is paused.Returns
Ok
-
ToggleGroupCallIsMyVideoPaused
public ToggleGroupCallIsMyVideoPaused(int groupCallId, boolean isMyVideoPaused)Toggles whether current user's video is paused.Returns
Ok
- Parameters:
groupCallId
- int Group call identifier.isMyVideoPaused
- boolean Pass true if the current user's video is paused.
-
ToggleGroupCallIsMyVideoPaused
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-