Interface DropGiftOriginalDetails

Drops original details for an upgraded gift. Request type for Tdjson#dropGiftOriginalDetails.

interface DropGiftOriginalDetails {
    @type: "dropGiftOriginalDetails";
    received_gift_id: string;
    star_count: number;
}

Properties

@type: "dropGiftOriginalDetails"
received_gift_id: string

Identifier of the gift.

star_count: number

The amount of Telegram Stars required to pay for the operation.