toggle_participants_hidden()

async Client.toggle_participants_hidden()

Toggle whether participant list is hidden.

Usable by Users Bots
Parameters:

enabled (bool) – Whether participants are hidden

Returns:

Message

Example

await app.toggle_participants_hidden(chat_id, ...)