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:
Usable by ✅ Users ❌ Bots- Details:
Layer:
227ID:
A5273ABF
- Parameters:
call (
InputGroupCall) – Non-RTMP video chat/livestream or conferenceparticipant (
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 themvolume (
int32-bit, optional) – New volume, between 1 and 20000; 10000 represents 100%. Without moderation rights, changing another participant’s volume affects only local playbackraise_hand (
bool, optional) – Raise or lower hand; only supported in video chats/livestreamsvideo_stopped (
bool, optional) – Start or stop the current user’s video streamvideo_paused (
bool, optional) – Pause or resume the current user’s video streampresentation_paused (
bool, optional) – Pause or resume the current user’s presentation stream
- Returns: