phone.EditGroupCallParticipant#
- class pyrogram.raw.functions.phone.EditGroupCallParticipant#
Edit information about a given group call participant Note: flags.N?`Bool <https://corefork.telegram.org/type/Bool>`__ parameters can have three possible values:
Usable by ✅ Users ❌ Bots- Details:
Layer:
224ID:
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 (
int32-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: