Skip to content

🔧 get_managed_bot_access_settings

Use this method to get the access settings of a managed bot.

âš™ī¸ Parameters

  • user_id (int ): User identifier of the managed bot whose access settings will be returned

📲 Returns

BotAccessSettings

📀 Examples

-đŸĒĢ Required Parameters

await bot.get_managed_bot_access_settings(
    user_id=your_user_id_here
)