Documentation - v0.27.1
    Preparing search index...

    Interface ActionStarsPrize

    Telegram Stars were awarded in a giveaway

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

    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"