StarGiftBackground

class pyrogram.raw.types.StarGiftBackground

{schema}

Constructor of StarGiftBackground.

Details:
  • Layer: 227

  • ID: AFF56398

Parameters:
  • center_color (int 32-bit)

  • edge_color (int 32-bit)

  • text_color (int 32-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 → int

Example

StarGiftBackground(
    center_color=0,
    edge_color=0,
    text_color=0,
)