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.