Layer 220
StarGiftAttributeIdModel
The ID of a model of a collectible gift.
constructor
starGiftAttributeIdModel#48aaae3c document_id:long = StarGiftAttributeId;
Parameters
| Name | Type | Description |
|---|---|---|
| DocumentId | long | The sticker representing the upgraded gift |
Returns
StarGiftAttributeIdGogram Example
// Creating StarGiftAttributeIdModel constructor obj := &tg.StarGiftAttributeIdModel{ DocumentId: int64(0), }