Documentation - v0.27.1
    Preparing search index...

    Interface ActionPaymentRefunded

    A payment was refunded

    interface ActionPaymentRefunded {
        amount: Long;
        charge: RawPaymentCharge;
        currency: string;
        payload?: Uint8Array<ArrayBufferLike>;
        peerId: number;
        type: "payment_refunded";
    }
    Index

    Properties

    amount: Long

    Number of currency refunded, in the smallest unit

    Information about the charge

    currency: string

    Three-letter ISO 4217 currency code

    payload?: Uint8Array<ArrayBufferLike>

    Payload defined by the bot

    peerId: number

    Marked ID of the peer where the stars were refunded (?)

    type: "payment_refunded"