ManagedBotCreated¶
- class aiogram.types.managed_bot_created.ManagedBotCreated(*, bot: User, **extra_data: Any)[source]¶
This object contains information about the bot that was created to be managed by the current bot.
Source: https://core.telegram.org/bots/api#managedbotcreated
- bot_user: User¶
Information about the bot. The bot’s token can be fetched using the method
aiogram.methods.get_managed_bot_token.GetManagedBotToken.