StarGiftAttributeIdBackdrop
- class pyrogram.raw.types.StarGiftAttributeIdBackdrop
The ID of a backdrop of a collectible gift ».
Constructor of
StarGiftAttributeId.- Details:
Layer:
223ID:
1F01C757
- Parameters:
backdrop_id (
int32-bit) – Unique ID of the backdrop.
TL Schema
starGiftAttributeIdBackdrop#1f01c757
backdrop_id:int
= StarGiftAttributeId
Parameter Tree
StarGiftAttributeIdBackdrop
└── backdrop_id →
intExample
StarGiftAttributeIdBackdrop(
backdrop_id=0,
)