Documentation - v0.27.1
    Preparing search index...

    Interface ActionStarGiftUpgradePaid

    A star gift upgrade was paid for

    interface ActionStarGiftUpgradePaid {
        gift: StarGift;
        giftMsgId?: number;
        type: "star_gift_upgrade_paid";
        upgradeMsgId: number | null;
    }
    Index

    Properties

    gift: StarGift

    The gift itself

    giftMsgId?: number

    ID of the message containing the originally sent gift, if available

    type: "star_gift_upgrade_paid"
    upgradeMsgId: number | null

    ID of the message where the gift was upgraded