StarGiftBackground#

class pyrogram.raw.types.StarGiftBackground#

Contains the default background palette of a gift type.

Constructor of StarGiftBackground.

Details:
  • Layer: 225

  • ID: AFF56398

Parameters:
  • center_color (int 32-bit) – Center color of the background palette, in RGB24 format.

  • edge_color (int 32-bit) – Edge color of the background palette, in RGB24 format.

  • text_color (int 32-bit) – Text color to use on top of the background palette, in RGB24 format.