teleproto - v1.229.0
    Preparing search index...

    Class MessageActionGiftStars

    Hierarchy (View Summary)

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

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

      Returns MessageActionGiftStars

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

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