GramIO API Reference / gramio/dist / TelegramGiveawayCompleted
Interface: TelegramGiveawayCompleted
Defined in: @gramio/types/out/objects.d.ts:2815
This object represents a service message about the completion of a giveaway without public winners.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
giveaway_message? | TelegramMessage | Optional. Message with the giveaway that was completed, if it wasn't deleted | @gramio/types/out/objects.d.ts:2827 |
is_star_giveaway? | true | Optional. True, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway. | @gramio/types/out/objects.d.ts:2831 |
unclaimed_prize_count? | number | Optional. Number of undistributed prizes | @gramio/types/out/objects.d.ts:2823 |
winner_count | number | Number of winners in the giveaway | @gramio/types/out/objects.d.ts:2819 |