phone.DeleteConferenceCallParticipants¶
- class pyrogram.raw.functions.phone.DeleteConferenceCallParticipants[source]¶
Remove participants from a conference call ».
Usable by Users Bots- Details:
Layer:
229ID:
8CA60525
- Parameters:
call (
InputGroupCall) – Conference from which to remove participantsids (List of
int64-bit) – User IDs to remove from the conference and E2E blockchainblock (
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: