teleproto - v1.229.0
    Preparing search index...

    Class CollectibleInfo

    Hierarchy (View Summary)

    • VirtualClass<
          {
              amount: long;
              cryptoAmount: long;
              cryptoCurrency: string;
              currency: string;
              purchaseDate: int;
              url: string;
          },
      >
      • CollectibleInfo
    Index
    • Parameters

      • args: {
            amount: BigInteger;
            cryptoAmount: BigInteger;
            cryptoCurrency: string;
            currency: string;
            purchaseDate: number;
            url: string;
        }

      Returns CollectibleInfo

    • Returns {
          amount: BigInteger;
          cryptoAmount: BigInteger;
          cryptoCurrency: string;
          currency: string;
          purchaseDate: number;
          url: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    amount: BigInteger
    className: "fragment.CollectibleInfo"
    classType: "constructor"
    CONSTRUCTOR_ID: 1857945489
    cryptoAmount: BigInteger
    cryptoCurrency: string
    currency: string
    originalArgs: {
        amount: BigInteger;
        cryptoAmount: BigInteger;
        cryptoCurrency: string;
        currency: string;
        purchaseDate: number;
        url: string;
    }
    purchaseDate: number
    SUBCLASS_OF_ID: 3572127632
    url: string