Link Search Menu Expand Document

Constructor: starGiftCollection

Back to constructors index

Attributes:

NameTypeRequired
collection_idintYes
titlestringYes
iconDocumentOptional
gifts_countintYes
hashlongYes

Type: StarGiftCollection

Example:

$starGiftCollection = ['_' => 'starGiftCollection', 'collection_id' => int, 'title' => 'string', 'icon' => Document, 'gifts_count' => int, 'hash' => long];