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_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}#

A dictionary of computed field names and their corresponding ComputedFieldInfo objects.