payments.starGifts

payments.starGifts#2ed82995 hash:int gifts:Vector<StarGift> chats:Vector<Chat> users:Vector<User> = payments.StarGifts;

Parameters

NameTypeDescription
hash int Hash of what the client already has. If it matches, the server answers "not modified" and sends nothing again.
gifts Vector<StarGift>
chats Vector<Chat> Chats and channels referenced by the response — the client should put them in its cache.
users Vector<User> Users referenced by the response — the client should put them in its cache.

Type

payments.StarGifts

Related pages

Types used here