Available types

OwnedGifts

Contains the list of gifts received and owned by a user or a chat.

fields

fieldtyperequireddescription
total_countnumberrequiredThe total number of gifts owned by the user or the chat
giftsOwnedGift[]requiredThe list of gifts
next_offsetstringoptionalOptional. Offset for the next request. If empty, then there are no more results.

import

types.ts
import type { OwnedGifts } from "@yaebal/types";

used by

methods