GramIO API Reference / gramio/dist / TelegramOwnedGifts
Interface: TelegramOwnedGifts
Defined in: @gramio/types/out/objects.d.ts:5200
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:5208 |
next_offset? | string | Optional. Offset for the next request. If empty, then there are no more results | @gramio/types/out/objects.d.ts:5212 |
total_count | number | The total number of gifts owned by the user or the chat | @gramio/types/out/objects.d.ts:5204 |