allow_bot_send_message()¶ async Client.allow_bot_send_message()¶ Allow a bot to send messages to the user. Usable by Users Bots Parameters: bot (Union[int, str]) – Bot username or ID Returns: Message Example await app.allow_bot_send_message(...)