teleproto - v1.229.0
    Preparing search index...

    Class MessageActionPaymentSent

    Hierarchy (View Summary)

    • VirtualClass<
          {
              currency: string;
              invoiceSlug?: string;
              recurringInit?: boolean;
              recurringUsed?: boolean;
              subscriptionUntilDate?: int;
              totalAmount: long;
          },
      >
      • MessageActionPaymentSent
    Index
    • Parameters

      • args: {
            currency: string;
            invoiceSlug?: string;
            recurringInit?: boolean;
            recurringUsed?: boolean;
            subscriptionUntilDate?: number;
            totalAmount: BigInteger;
        }

      Returns MessageActionPaymentSent

    • Returns {
          currency: string;
          invoiceSlug?: string;
          recurringInit?: boolean;
          recurringUsed?: boolean;
          subscriptionUntilDate?: number;
          totalAmount: BigInteger;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "MessageActionPaymentSent"
    classType: "constructor"
    CONSTRUCTOR_ID: 3324293486
    currency: string
    invoiceSlug?: string
    originalArgs: {
        currency: string;
        invoiceSlug?: string;
        recurringInit?: boolean;
        recurringUsed?: boolean;
        subscriptionUntilDate?: number;
        totalAmount: BigInteger;
    }
    recurringInit?: boolean
    recurringUsed?: boolean
    SUBCLASS_OF_ID: 2256589094
    subscriptionUntilDate?: number
    totalAmount: BigInteger