teleproto - v1.229.0
    Preparing search index...

    Class CodeSettings

    Hierarchy (View Summary)

    • VirtualClass<
          {
              allowAppHash?: boolean;
              allowFirebase?: boolean;
              allowFlashcall?: boolean;
              allowMissedCall?: boolean;
              appSandbox?: Bool;
              currentNumber?: boolean;
              logoutTokens?: bytes[];
              token?: string;
              unknownNumber?: boolean;
          },
      >
      • CodeSettings
    Index
    • Parameters

      • args: {
            allowAppHash?: boolean;
            allowFirebase?: boolean;
            allowFlashcall?: boolean;
            allowMissedCall?: boolean;
            appSandbox?: boolean;
            currentNumber?: boolean;
            logoutTokens?: bytes[];
            token?: string;
            unknownNumber?: boolean;
        }

      Returns CodeSettings

    • Returns {
          allowAppHash?: boolean;
          allowFirebase?: boolean;
          allowFlashcall?: boolean;
          allowMissedCall?: boolean;
          appSandbox?: boolean;
          currentNumber?: boolean;
          logoutTokens?: bytes[];
          token?: string;
          unknownNumber?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    allowAppHash?: boolean
    allowFirebase?: boolean
    allowFlashcall?: boolean
    allowMissedCall?: boolean
    appSandbox?: boolean
    className: "CodeSettings"
    classType: "constructor"
    CONSTRUCTOR_ID: 2904898936
    currentNumber?: boolean
    logoutTokens?: bytes[]
    originalArgs: {
        allowAppHash?: boolean;
        allowFirebase?: boolean;
        allowFlashcall?: boolean;
        allowMissedCall?: boolean;
        appSandbox?: boolean;
        currentNumber?: boolean;
        logoutTokens?: bytes[];
        token?: string;
        unknownNumber?: boolean;
    }
    SUBCLASS_OF_ID: 1223539850
    token?: string
    unknownNumber?: boolean