Constructor: chatThemeUniqueGift
A chat theme based on a collectible gift ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
gift | StarGift | Yes | The owned collectible gift on which this theme is based, as a starGiftUnique constructor. |
theme_settings | Array of ThemeSettings | Yes | Theme settings. |
Type: ChatTheme
Example:
$chatThemeUniqueGift = ['_' => 'chatThemeUniqueGift', 'gift' => StarGift, 'theme_settings' => [ThemeSettings, ThemeSettings]];