Raw.MessageActionPaymentRefunded
messageActionPaymentRefunded#41b3e202 flags:# peer:Peer currency:string total_amount:long payload:flags.0?bytes charge:PaymentCharge = MessageAction;
export namespace Raw {
export class MessageActionPaymentRefunded {
constructor(params: {
peer: Raw.TypePeer;
currency: string;
totalAmount: bigint;
payload?: Buffer;
charge: Raw.TypePaymentCharge;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x41b3e202
Property
peer
: Raw.TypePeercurrency
: stringtotalAmount
: bigintpayload
: Buffer or undefinedcharge
: Raw.TypePaymentCharge