Gifts displayed on a user's profile.
payments.userStarGifts#6b65b517 flags:# count:int gifts:Vector<UserStarGift> next_offset:flags.0?string users:Vector<User> = payments.UserStarGifts;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
count | int | Total number of gifts displayed on the profile. |
gifts | Vector<UserStarGift> | The gifts. |
next_offset | flags.0?string | Offset for pagination. |
users | Vector<User> | Users mentioned in the gifts vector. |
How to fetch results from large lists of objects.
Users can send Gifts to their friends. The recipients of gifts can display them on their profile pages or turn them into Telegram Stars ยป. Telegram Stars can be used for many things, including supporting creators and buying services in mini apps.