As an admin, delete all messages from a specific participant in the in-call message overlay » of a video chat/livestream or live story, including in RTMP mode.
Method schema is available as of layer 217. Switch »
Parameters
| Name |
Type |
Description |
| flags |
# |
Flags, see TL conditional fields |
| report_spam |
flags.0?true |
Also report the participant's messages as spam |
| call |
InputGroupCall |
Video chat/livestream or live story containing the messages |
| participant |
InputPeer |
The participant whose messages should be deleted |
Result
Updates
Only users can use this method
Possible errors
| Code |
Type |
Description |
| 400 |
GROUPCALL_INVALID |
The specified group call is invalid. |
Related pages