Constructor: payments.resaleStarGifts
Attributes:
Name | Type | Required |
---|---|---|
count | int | Yes |
gifts | Array of StarGift | Yes |
next_offset | string | Optional |
attributes | Array of StarGiftAttribute | Optional |
attributes_hash | long | Optional |
chats | Array of Chat | Yes |
counters | Array of StarGiftAttributeCounter | Optional |
users | Array of User | Yes |
Type: payments.ResaleStarGifts
Example:
$payments_resaleStarGifts = ['_' => 'payments.resaleStarGifts', 'count' => int, 'gifts' => [StarGift, StarGift], 'next_offset' => 'string', 'attributes' => [StarGiftAttribute, StarGiftAttribute], 'attributes_hash' => long, 'chats' => [Chat, Chat], 'counters' => [StarGiftAttributeCounter, StarGiftAttributeCounter], 'users' => [User, User]];