BotShortDescription

class aiogram.types.bot_short_description.BotShortDescription(*, short_description: str, **extra_data: Any)[source]

This object represents the bot’s short description.

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

short_description: str

The bot’s short description

model_computed_fields: ClassVar[Dict[str, ComputedFieldInfo]] = {}

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

model_post_init(context: Any, /) None

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