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’

color: int

The color of the background fill in the RGB24 format