Link Search Menu Expand Document

Constructor: chatThemeUniqueGift

Back to constructors index

A chat theme based on a collectible gift ».

Attributes:

NameTypeRequiredDescription
giftStarGiftYesThe owned collectible gift on which this theme is based, as a starGiftUnique constructor.
theme_settingsArray of ThemeSettingsYesTheme settings.

Type: ChatTheme

Example:

$chatThemeUniqueGift = ['_' => 'chatThemeUniqueGift', 'gift' => StarGift, 'theme_settings' => [ThemeSettings, ThemeSettings]];