Constructor: payments.savedStarGifts
Attributes:
Name | Type | Required |
---|---|---|
count | int | Yes |
chat_notifications_enabled | Bool | Optional |
gifts | Array of SavedStarGift | Yes |
next_offset | string | Optional |
chats | Array of Chat | Yes |
users | Array of User | Yes |
Type: payments.SavedStarGifts
Example:
$payments_savedStarGifts = ['_' => 'payments.savedStarGifts', 'count' => int, 'chat_notifications_enabled' => Bool, 'gifts' => [SavedStarGift, SavedStarGift], 'next_offset' => 'string', 'chats' => [Chat, Chat], 'users' => [User, User]];