Interface StarTransactionTypeGiftOriginalDetailsDrop

The transaction is a drop of original details of an upgraded gift; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeGiftOriginalDetailsDrop {
    @type: "starTransactionTypeGiftOriginalDetailsDrop";
    gift: UpgradedGift;
    owner_id: MessageSender;
}

Properties

Properties

@type: "starTransactionTypeGiftOriginalDetailsDrop"

The gift.

owner_id: MessageSender

Identifier of the user or the channel that owns the gift.