teleproto - v1.229.0
    Preparing search index...

    Class MessageActionGiftTon

    Hierarchy (View Summary)

    • VirtualClass<
          {
              amount: long;
              cryptoAmount: long;
              cryptoCurrency: string;
              currency: string;
              transactionId?: string;
          },
      >
      • MessageActionGiftTon
    Index
    • Parameters

      • args: {
            amount: BigInteger;
            cryptoAmount: BigInteger;
            cryptoCurrency: string;
            currency: string;
            transactionId?: string;
        }

      Returns MessageActionGiftTon

    • Returns {
          amount: BigInteger;
          cryptoAmount: BigInteger;
          cryptoCurrency: string;
          currency: string;
          transactionId?: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    amount: BigInteger
    className: "MessageActionGiftTon"
    classType: "constructor"
    CONSTRUCTOR_ID: 2829305497
    cryptoAmount: BigInteger
    cryptoCurrency: string
    currency: string
    originalArgs: {
        amount: BigInteger;
        cryptoAmount: BigInteger;
        cryptoCurrency: string;
        currency: string;
        transactionId?: string;
    }
    SUBCLASS_OF_ID: 2256589094
    transactionId?: string