BackgroundFillSolid¶
Added in version 21.2.
- class telegram.BackgroundFillSolid(color, *, api_kwargs=None)[source]¶
Bases:
telegram.BackgroundFillThe background is filled using the selected color.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
coloris equal.Added in version 21.2.
- Parameters:
color (
int) – The color of the background fill in the RGB24 format.