StarGiftAttributeIdBackdrop

class pyrogram.raw.types.StarGiftAttributeIdBackdrop

The ID of a backdrop of a collectible gift ».

Constructor of StarGiftAttributeId.

Details:
  • Layer: 223

  • ID: 1F01C757

Parameters:

backdrop_id (int 32-bit) – Unique ID of the backdrop.

TL Schema

starGiftAttributeIdBackdrop#1f01c757
backdrop_id:int

= StarGiftAttributeId

Parameter Tree

StarGiftAttributeIdBackdrop
└── backdrop_idint

Example

StarGiftAttributeIdBackdrop(
    backdrop_id=0,
)