StarGiftBackground
- class pyrogram.raw.base.StarGiftBackground
- Constructors:
This base type has 1 constructor available.
{schema}
TL Schema
starGiftBackground#aff56398
center_color:int
edge_color:int
text_color:int
= StarGiftBackground
Parameter Tree
StarGiftBackground
├── center_color →
int├── edge_color →
int└── text_color →
intExample
StarGiftBackground(
center_color=0,
edge_color=0,
text_color=0,
)