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 Conference from which to remove participants
ids Vector<long> User IDs to remove from the conference and E2E blockchain
block bytes Main-chain block removing the specified users and establishing a new shared key, see removing a participant »

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

End-to-end encryption used for Telegram group voice and video calls, using a blockchain for state management.