Interface GiveawayCompleted

This object represents a service message about the completion of a giveaway without public winners.

interface GiveawayCompleted {
    giveaway_message?: Message;
    unclaimed_prize_count?: number;
    winner_count: number;
}

Properties

giveaway_message?: Message

Message with the giveaway that was completed, if it wasn't deleted

unclaimed_prize_count?: number

Number of undistributed prizes

winner_count: number

Number of winners in the giveaway