Interface RefundStarPayment

Refunds a previously done payment in Telegram Stars; for bots only. Request type for Tdjson#refundStarPayment.

interface RefundStarPayment {
    @type: "refundStarPayment";
    telegram_payment_charge_id: string;
    user_id: number;
}

Properties

@type: "refundStarPayment"
telegram_payment_charge_id: string

Telegram payment identifier.

user_id: number

Identifier of the user that did the payment.