phone.EditGroupCallParticipant#
- class pyrogram.raw.functions.phone.EditGroupCallParticipant#
Edit information about a given group call participant
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:
198
ID:
A5273ABF
- Parameters:
call (
InputGroupCall
) – The group callparticipant (
InputPeer
) – The group call participant (can also be the user itself)muted (
bool
, optional) – Whether to mute or unmute the specified participantvolume (
int
32-bit
, optional) – New volumeraise_hand (
bool
, optional) – Raise or lower handvideo_stopped (
bool
, optional) – Start or stop the video streamvideo_paused (
bool
, optional) – Pause or resume the video streampresentation_paused (
bool
, optional) – Pause or resume the screen sharing stream
- Returns: