GiftBackground¶
- class aiogram.types.gift_background.GiftBackground(*, center_color: int, edge_color: int, text_color: int, **extra_data: Any)[source]¶
This object describes the background of a gift.
Source: https://core.telegram.org/bots/api#giftbackground
- center_color: int¶
Center color of the background in RGB format
- edge_color: int¶
Edge color of the background in RGB format
- text_color: int¶
Text color of the background in RGB format