public static class TdApi.ToggleGroupCallScreenSharingIsPaused 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 |
isPaused
Pass true to pause screen sharing; pass false to unpause it.
|
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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 - Pass true to pause screen sharing; pass false to unpause it.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object