Layer 220
constructor
starGiftAttributeIdBackdrop#1f01c757 backdrop_id:int = StarGiftAttributeId;

Parameters

Name Type Description
BackdropId int Unique ID of the backdrop.

Gogram Example

// Creating StarGiftAttributeIdBackdrop constructor
obj := &tg.StarGiftAttributeIdBackdrop{
    BackdropId: 0,
}