teleproto - v1.229.0
    Preparing search index...

    Class MessageActionGiftCode

    Hierarchy (View Summary)

    • VirtualClass<
          {
              amount?: long;
              boostPeer?: TypePeer;
              cryptoAmount?: long;
              cryptoCurrency?: string;
              currency?: string;
              days: int;
              message?: TypeTextWithEntities;
              slug: string;
              unclaimed?: boolean;
              viaGiveaway?: boolean;
          },
      >
      • MessageActionGiftCode
    Index
    • Parameters

      • args: {
            amount?: BigInteger;
            boostPeer?: TypePeer;
            cryptoAmount?: BigInteger;
            cryptoCurrency?: string;
            currency?: string;
            days: number;
            message?: TextWithEntities;
            slug: string;
            unclaimed?: boolean;
            viaGiveaway?: boolean;
        }

      Returns MessageActionGiftCode

    • Returns {
          amount?: BigInteger;
          boostPeer?: TypePeer;
          cryptoAmount?: BigInteger;
          cryptoCurrency?: string;
          currency?: string;
          days: number;
          message?: TextWithEntities;
          slug: string;
          unclaimed?: boolean;
          viaGiveaway?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    amount?: BigInteger
    boostPeer?: TypePeer
    className: "MessageActionGiftCode"
    classType: "constructor"
    CONSTRUCTOR_ID: 834962247
    cryptoAmount?: BigInteger
    cryptoCurrency?: string
    currency?: string
    days: number
    originalArgs: {
        amount?: BigInteger;
        boostPeer?: TypePeer;
        cryptoAmount?: BigInteger;
        cryptoCurrency?: string;
        currency?: string;
        days: number;
        message?: TextWithEntities;
        slug: string;
        unclaimed?: boolean;
        viaGiveaway?: boolean;
    }
    slug: string
    SUBCLASS_OF_ID: 2256589094
    unclaimed?: boolean
    viaGiveaway?: boolean