Layer 220
constructor
starGiftAttributeIdPattern#4a162433 document_id:long = StarGiftAttributeId;

Parameters

Name Type Description
DocumentId long The sticker representing the symbol

Gogram Example

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