GramIO API Reference / gramio/dist / TelegramOwnedGifts
Interface: TelegramOwnedGifts
Defined in: @gramio/types/out/objects.d.ts:5040
Contains the list of gifts received and owned by a user or a chat.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
gifts | TelegramOwnedGift[] | The list of gifts | @gramio/types/out/objects.d.ts:5048 |
next_offset? | string | Optional. Offset for the next request. If empty, then there are no more results | @gramio/types/out/objects.d.ts:5052 |
total_count | number | The total number of gifts owned by the user or the chat | @gramio/types/out/objects.d.ts:5044 |