phone.deleteGroupCallMessages

Delete specific messages from the in-call message overlay » of a video chat/livestream or live story, including in RTMP mode.

Non-admin participants may delete messages they sent; admins may delete any message.

 Method schema is available as of layer 217. Switch »

Parameters

Name Type Description
flags # Flags, see TL conditional fields
report_spam flags.0?true When moderating another participant's messages, also report them as spam
call InputGroupCall Video chat/livestream or live story containing the messages
messages Vector<int> IDs of the messages to delete

Result

Updates

Only users can use this method

Possible errors

Code Type Description
400 GROUPCALL_INVALID The specified group call is invalid.

Related pages

Group calls

How to start, join and manage group calls and video chats.