toggle_join_to_send()

async Client.toggle_join_to_send()

Toggle whether users must join before sending messages.

Usable by Users Bots
Parameters:

enabled (bool) – Whether join-to-send is enabled

Returns:

Message

Example

await app.toggle_join_to_send(chat_id, ...)