đ§ 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
)