teleproto - v1.229.0
    Preparing search index...

    Class PremiumSubscriptionOption

    Hierarchy (View Summary)

    • VirtualClass<
          {
              amount: long;
              botUrl: string;
              canPurchaseUpgrade?: boolean;
              currency: string;
              current?: boolean;
              months: int;
              storeProduct?: string;
              transaction?: string;
          },
      >
      • PremiumSubscriptionOption
    Index
    • Parameters

      • args: {
            amount: BigInteger;
            botUrl: string;
            canPurchaseUpgrade?: boolean;
            currency: string;
            current?: boolean;
            months: number;
            storeProduct?: string;
            transaction?: string;
        }

      Returns PremiumSubscriptionOption

    • Returns {
          amount: BigInteger;
          botUrl: string;
          canPurchaseUpgrade?: boolean;
          currency: string;
          current?: boolean;
          months: number;
          storeProduct?: string;
          transaction?: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    amount: BigInteger
    botUrl: string
    canPurchaseUpgrade?: boolean
    className: "PremiumSubscriptionOption"
    classType: "constructor"
    CONSTRUCTOR_ID: 1596792306
    currency: string
    current?: boolean
    months: number
    originalArgs: {
        amount: BigInteger;
        botUrl: string;
        canPurchaseUpgrade?: boolean;
        currency: string;
        current?: boolean;
        months: number;
        storeProduct?: string;
        transaction?: string;
    }
    storeProduct?: string
    SUBCLASS_OF_ID: 774752063
    transaction?: string