Link Search Menu Expand Document

Constructor: payments.starGifts

Back to constructors index

Available gifts ».

Attributes:

NameTypeRequiredDescription
hashintYes
giftsArray of StarGiftYesList of available gifts.
chatsArray of ChatYes
usersArray of UserYes

Type: payments.StarGifts

Example:

$payments_starGifts = ['_' => 'payments.starGifts', 'hash' => int, 'gifts' => [StarGift, StarGift], 'chats' => [Chat, Chat], 'users' => [User, User]];