Layer 228
constructor
webPageAttributeUniqueStarGift#cf6f6db8 gift:StarGift = WebPageAttribute;

Parameters

Name Type Description
Gift StarGift The star Gift Unique constructor.

Gogram Example

// Creating WebPageAttributeUniqueStarGift constructor
obj := &tg.WebPageAttributeUniqueStarGift{
    Gift: &tg.StarGiftObj{},
}