phone.EditGroupCallParticipant#

class pyrogram.raw.functions.phone.EditGroupCallParticipant#

Edit information about a given group call participant.

Details:
  • Layer: 158

  • 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