phone.EditGroupCallParticipant#

class pyrogram.raw.functions.phone.EditGroupCallParticipant#

Edit information about a given group call participant Note: flags.N?Bool parameters can have three possible values:

If the TL flag is not set, the previous value will not be changed.
If the TL flag is set and contains a boolTrue, the previous value will be overwritten to true.
If the TL flag is set and contains a boolFalse, the previous value will be overwritten to false.
Details:
  • Layer: 211

  • ID: A5273ABF

Parameters:
call (InputGroupCall):

The group call

participant (InputPeer):

The group call participant (can also be the user itself)

muted (bool, optional):

Whether to mute or unmute the specified participant

volume (int 32-bit, optional):

New volume

raise_hand (bool, optional):

Raise or lower hand

video_stopped (bool, optional):

Start or stop the video stream

video_paused (bool, optional):

Pause or resume the video stream

presentation_paused (bool, optional):

Pause or resume the screen sharing stream

Returns:

Updates