public static class TdApi.ToggleGroupCallScreenSharingIsPaused 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 |
isPaused
True if screen sharing is paused.
|
Constructor and Description |
---|
ToggleGroupCallScreenSharingIsPaused()
Default constructor for a function, which pauses or unpauses screen sharing in a joined group call.
|
ToggleGroupCallScreenSharingIsPaused(int groupCallId,
boolean isPaused)
Creates a function, which pauses or unpauses screen sharing in a joined group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public boolean isPaused
public static final int CONSTRUCTOR
public ToggleGroupCallScreenSharingIsPaused()
Returns Ok
public ToggleGroupCallScreenSharingIsPaused(int groupCallId, boolean isPaused)
Returns Ok
groupCallId
- Group call identifier.isPaused
- True if screen sharing is paused.public int getConstructor()
getConstructor
in class TdApi.Function