payments.userStarGifts

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;

Parameters

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.

Type

payments.UserStarGifts

Related pages

Pagination in the API

How to fetch results from large lists of objects.

Telegram Gifts

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.