phone.EditGroupCallParticipant#

class pyrogram.raw.functions.phone.EditGroupCallParticipant#

Edit information about a participant of a non-RTMP video chat/livestream or conference. The raise_hand field is only supported in video chats/livestreams, see here for more info. Note: flags.N?`Bool <https://core.telegram.org/type/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.
Usable by Users Bots
Details:
  • Layer: 227

  • ID: A5273ABF

Parameters:
  • call (InputGroupCall) – Non-RTMP video chat/livestream or conference

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

  • muted (bool, optional) – Change the participant’s mute state; allowing a forcibly muted participant to self-unmute does not immediately unmute them

  • volume (int 32-bit, optional) – New volume, between 1 and 20000; 10000 represents 100%. Without moderation rights, changing another participant’s volume affects only local playback

  • raise_hand (bool, optional) – Raise or lower hand; only supported in video chats/livestreams

  • video_stopped (bool, optional) – Start or stop the current user’s video stream

  • video_paused (bool, optional) – Pause or resume the current user’s video stream

  • presentation_paused (bool, optional) – Pause or resume the current user’s presentation stream

Returns:

Updates