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.

Details:
  • Layer: 214

  • ID: 8CA60525

Parameters:
call (InputGroupCall):

The conference call.

ids (List of int 64-bit):

IDs of users to remove.

block (bytes):

The block containing an appropriate e2e.chain.changeSetGroupState event

only_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:

Updates