Interface PushMessageContentUpgradedGift

A message with an upgraded gift. Subtype of PushMessageContent.

interface PushMessageContentUpgradedGift {
    @type: "pushMessageContentUpgradedGift";
    is_upgrade?: boolean;
}

Properties

Properties

@type: "pushMessageContentUpgradedGift"
is_upgrade?: boolean

True, if the gift was obtained by upgrading of a previously received gift; otherwise, this is a transferred gift.