Interface ActionStarsPrize

Telegram Stars were awarded in a giveaway

interface ActionStarsPrize {
    boostPeer: Peer;
    claimed: boolean;
    giveawayMessageId: number;
    stars: Long;
    transactionId: string;
    type: "stars_prize";
}

Properties

boostPeer: Peer
claimed: boolean

Whether this prize was claimed yet

giveawayMessageId: number

Message ID containing the giveaway

stars: Long

Stars prize

transactionId: string

Transaction ID

type: "stars_prize"