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

  • ID: 8CA60525

Parameters:
  • call (InputGroupCall) – Conference from which to remove participants

  • ids (List of int 64-bit) – 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 »

  • 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