UniqueGiftBackdropColors¶
- class aiogram.types.unique_gift_backdrop_colors.UniqueGiftBackdropColors(*, center_color: int, edge_color: int, symbol_color: int, text_color: int, **extra_data: Any)[source]¶
This object describes the colors of the backdrop of a unique gift.
Source: https://core.telegram.org/bots/api#uniquegiftbackdropcolors
- center_color: int¶
The color in the center of the backdrop in RGB format
- edge_color: int¶
The color on the edges of the backdrop in RGB format
- symbol_color: int¶
The color to be applied to the symbol in RGB format
- text_color: int¶
The color for the text on the backdrop in RGB format