Layer 220
StarGiftAttributeIdBackdrop
The ID of a backdrop of a collectible gift.
constructor
starGiftAttributeIdBackdrop#1f01c757 backdrop_id:int = StarGiftAttributeId;
Parameters
| Name | Type | Description |
|---|---|---|
| BackdropId | int | Unique ID of the backdrop. |
Returns
StarGiftAttributeIdGogram Example
// Creating StarGiftAttributeIdBackdrop constructor obj := &tg.StarGiftAttributeIdBackdrop{ BackdropId: 0, }