Constructor: payments.uniqueStarGift
Represents a collectible gift ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
gift | StarGift | Yes | The starGiftUnique constructor. |
chats | Array of Chat | Yes | Chats mentioned in the gift field. |
users | Array of User | Yes | Users mentioned in the gift field. |
Type: payments.UniqueStarGift
Example:
$payments_uniqueStarGift = ['_' => 'payments.uniqueStarGift', 'gift' => StarGift, 'chats' => [Chat, Chat], 'users' => [User, User]];