StarGiftBackground
- class pyrogram.raw.types.StarGiftBackground
{schema}
Constructor of
StarGiftBackground.- Details:
Layer:
223ID:
AFF56398
- Parameters:
center_color (
int32-bit)edge_color (
int32-bit)text_color (
int32-bit)
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,
)