BotDescription

class aiogram.types.bot_description.BotDescription(*, description: str, **extra_data: Any)[source]

This object represents the bot’s description.

Source: https://core.telegram.org/bots/api#botdescription

description: str

The bot’s description

model_post_init(context: Any, /) None

We need to both initialize private attributes and call the user-defined model_post_init method.