phone.deleteConferenceCallParticipants

Remove participants from a conference call.

Exactly one of the only_left and kick flags must be set.

 Method schema is available as of layer 202. Switch ยป

Parameters

Name Type Description
flags # Flags, see TL conditional fields
only_left flags.0?true Whether this is a removal of members that already left the conference call.
kick flags.1?true Whether this is a forced removal of active members in a conference call.
call InputGroupCall The conference call.
ids Vector<long> IDs of users to remove.
block bytes The block containing an appropriate e2e.chain.changeSetGroupState event

Result

Updates

Only users can use this method

Possible errors

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

Related pages

E2E Group Calls