phone.EditGroupCallParticipant
- class pyrogram.raw.functions.phone.EditGroupCallParticipant
Edit information about a given group call participant
- Details:
Layer:
194
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: