Interface StarTransactionTypeGiftTransfer

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

interface StarTransactionTypeGiftTransfer {
    @type: "starTransactionTypeGiftTransfer";
    gift: UpgradedGift;
    owner_id: MessageSender;
}

Properties

Properties

@type: "starTransactionTypeGiftTransfer"

The gift.

owner_id: MessageSender

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