A star gift upgrade was paid for

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

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: null | number

ID of the message where the gift was upgraded