Layer 220
constructor
starGiftAttributeIdModel#48aaae3c document_id:long = StarGiftAttributeId;

Parameters

Name Type Description
DocumentId long The sticker representing the upgraded gift

Gogram Example

// Creating StarGiftAttributeIdModel constructor
obj := &tg.StarGiftAttributeIdModel{
    DocumentId: int64(0),
}