telegram api method · layer 229 · #a5273abf
phone.editGroupCallParticipant
Edit information about a given group call participant
definition
phone.editGroupCallParticipant#a5273abf flags:# call:InputGroupCall participant:InputPeer muted:flags.0?Bool volume:flags.1?int raise_hand:flags.2?Bool video_stopped:flags.3?Bool video_paused:flags.4?Bool presentation_paused:flags.5?Bool = Updates;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
call | InputGroupCall | The group call |
participant | InputPeer | The group call participant (can also be the user itself) |
muted | Bool | Whether to mute or unmute the specified participant |
volume | int | New volume |
raise_hand | Bool | Raise or lower hand |
video_stopped | Bool | Start or stop the video stream |
video_paused | Bool | Pause or resume the video stream |
presentation_paused | Bool | Pause or resume the screen sharing stream |
returns
errors (11)
| code | error | description |
|---|---|---|
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
| 400 | GROUPCALL_FORBIDDEN | The specified group call cannot be used in this context. |
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |
| 400 | PARTICIPANT_JOIN_MISSING | Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall. |
| 400 | RAISE_HAND_FORBIDDEN | You cannot raise your hand. |
| 400 | USER_ID_INVALID | The provided user ID is invalid. |
| 400 | USER_VOLUME_INVALID | The specified user volume is invalid. |
| 400 | VIDEO_PAUSE_FORBIDDEN | You cannot pause the video stream. |
| 400 | VIDEO_STOP_FORBIDDEN | You cannot stop the video stream. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
| 403 | GROUPCALL_FORBIDDEN | The specified group call cannot be used in this context. |
history
present in layers 125–229 · constructor id changed 2×
| id | layers |
|---|---|
| #d975eb80 | 125–127 |
| #aec610e4 | 128 |
| #a5273abf | 129–229 |