teleproto - v1.229.0
    Preparing search index...

    Class Status

    Hierarchy (View Summary)

    • VirtualClass<
          {
              allowInternational?: boolean;
              lastGiftSlug?: string;
              recentRemains: int;
              recentSent: int;
              recentSince: int;
              termsUrl: string;
              totalSent: int;
              totalSince: int;
          },
      >
      • Status
    Index
    • Parameters

      • args: {
            allowInternational?: boolean;
            lastGiftSlug?: string;
            recentRemains: number;
            recentSent: number;
            recentSince: number;
            termsUrl: string;
            totalSent: number;
            totalSince: number;
        }

      Returns Status

    • Returns {
          allowInternational?: boolean;
          lastGiftSlug?: string;
          recentRemains: number;
          recentSent: number;
          recentSince: number;
          termsUrl: string;
          totalSent: number;
          totalSince: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    allowInternational?: boolean
    className: "smsjobs.Status"
    classType: "constructor"
    CONSTRUCTOR_ID: 720277905
    lastGiftSlug?: string
    originalArgs: {
        allowInternational?: boolean;
        lastGiftSlug?: string;
        recentRemains: number;
        recentSent: number;
        recentSince: number;
        termsUrl: string;
        totalSent: number;
        totalSince: number;
    }
    recentRemains: number
    recentSent: number
    recentSince: number
    SUBCLASS_OF_ID: 3448711973
    termsUrl: string
    totalSent: number
    totalSince: number