phone.DeleteConferenceCallParticipants#
- class pyrogram.raw.functions.phone.DeleteConferenceCallParticipants#
Remove participants from a conference call. Exactly one of the only_left and kick flags must be set.
Usable by ✅ Users ❌ Bots- Details:
Layer:
224ID:
8CA60525
- Parameters:
call (
InputGroupCall) – The conference call.ids (List of
int64-bit) – IDs of users to remove.block (
bytes) – The block containing an appropriate e2e.chain.changeSetGroupState eventonly_left (
bool, optional) – Whether this is a removal of members that already left the conference call.kick (
bool, optional) – Whether this is a forced removal of active members in a conference call.
- Returns: