teleproto - v1.229.0
    Preparing search index...

    Class PaymentReceiptStars

    Hierarchy (View Summary)

    • VirtualClass<
          {
              botId: long;
              currency: string;
              date: int;
              description: string;
              invoice: TypeInvoice;
              photo?: TypeWebDocument;
              title: string;
              totalAmount: long;
              transactionId: string;
              users: TypeUser[];
          },
      >
      • PaymentReceiptStars
    Index
    • Parameters

      • args: {
            botId: BigInteger;
            currency: string;
            date: number;
            description: string;
            invoice: Invoice;
            photo?: TypeWebDocument;
            title: string;
            totalAmount: BigInteger;
            transactionId: string;
            users: TypeUser[];
        }

      Returns PaymentReceiptStars

    • Returns {
          botId: BigInteger;
          currency: string;
          date: number;
          description: string;
          invoice: Invoice;
          photo?: TypeWebDocument;
          title: string;
          totalAmount: BigInteger;
          transactionId: string;
          users: TypeUser[];
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    botId: BigInteger
    className: "payments.PaymentReceiptStars"
    classType: "constructor"
    CONSTRUCTOR_ID: 3669751866
    currency: string
    date: number
    description: string
    invoice: Invoice
    originalArgs: {
        botId: BigInteger;
        currency: string;
        date: number;
        description: string;
        invoice: Invoice;
        photo?: TypeWebDocument;
        title: string;
        totalAmount: BigInteger;
        transactionId: string;
        users: TypeUser[];
    }
    SUBCLASS_OF_ID: 1493210057
    title: string
    totalAmount: BigInteger
    transactionId: string
    users: TypeUser[]