Raw.payments.RefundStarsCharge
Refund a telegram stars transaction, see here for more info.
payments.refundStarsCharge#25ae8f4a user_id:InputUser charge_id:string = Updates;
export namespace Raw {
export namespace payments {
export class RefundStarsCharge {
constructor(params: { userId: Raw.TypeInputUser; chargeId: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x25ae8f4a
Property
userId
: Raw.TypeInputUserUser to refund.
chargeId
: stringTransaction id.