BackgroundFillSolid#

class aiogram.types.background_fill_solid.BackgroundFillSolid(*, type: Literal['solid'] = 'solid', color: int, **extra_data: Any)[source]#

The background is filled using the selected color.

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

type: Literal['solid']#

Type of the background fill, always „solid“

model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}#

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

model_post_init(_ModelMetaclass__context: Any) None#

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

color: int#

The color of the background fill in the RGB24 format