phone.DeleteConferenceCallParticipants
- class pyrogram.raw.functions.phone.DeleteConferenceCallParticipants
Remove participants from a conference call.
- Details:
Layer:
222ID:
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: