Package org.drinkless.tdlib
Class TdApi.ToggleGroupCallIsMyVideoPaused
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.ToggleGroupCallIsMyVideoPaused
- Enclosing class:
- TdApi
Toggles whether current user's video is paused.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intGroup call identifier.booleanPass true if the current user's video is paused. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleGroupCallIsMyVideoPaused
public ToggleGroupCallIsMyVideoPaused()Default constructor for a function, which toggles whether current user's video is paused.Returns
Ok -
ToggleGroupCallIsMyVideoPaused
public ToggleGroupCallIsMyVideoPaused(int groupCallId, boolean isMyVideoPaused) Creates a function, which toggles whether current user's video is paused.Returns
Ok- Parameters:
groupCallId- Group call identifier.isMyVideoPaused- Pass true if the current user's video is paused.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-