teleproto - v1.229.0
    Preparing search index...

    Class Authorization

    Hierarchy (View Summary)

    • VirtualClass<
          {
              apiId: int;
              appName: string;
              appVersion: string;
              callRequestsDisabled?: boolean;
              country: string;
              current?: boolean;
              dateActive: int;
              dateCreated: int;
              deviceModel: string;
              encryptedRequestsDisabled?: boolean;
              hash: long;
              ip: string;
              officialApp?: boolean;
              passwordPending?: boolean;
              platform: string;
              region: string;
              systemVersion: string;
              unconfirmed?: boolean;
          },
      >
      • Authorization
    Index
    • Parameters

      • args: {
            apiId: number;
            appName: string;
            appVersion: string;
            callRequestsDisabled?: boolean;
            country: string;
            current?: boolean;
            dateActive: number;
            dateCreated: number;
            deviceModel: string;
            encryptedRequestsDisabled?: boolean;
            hash: BigInteger;
            ip: string;
            officialApp?: boolean;
            passwordPending?: boolean;
            platform: string;
            region: string;
            systemVersion: string;
            unconfirmed?: boolean;
        }

      Returns Api.Authorization

    • Returns {
          apiId: number;
          appName: string;
          appVersion: string;
          callRequestsDisabled?: boolean;
          country: string;
          current?: boolean;
          dateActive: number;
          dateCreated: number;
          deviceModel: string;
          encryptedRequestsDisabled?: boolean;
          hash: BigInteger;
          ip: string;
          officialApp?: boolean;
          passwordPending?: boolean;
          platform: string;
          region: string;
          systemVersion: string;
          unconfirmed?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    apiId: number
    appName: string
    appVersion: string
    callRequestsDisabled?: boolean
    className: "Authorization"
    classType: "constructor"
    CONSTRUCTOR_ID: 2902578717
    country: string
    current?: boolean
    dateActive: number
    dateCreated: number
    deviceModel: string
    encryptedRequestsDisabled?: boolean
    hash: BigInteger
    ip: string
    officialApp?: boolean
    originalArgs: {
        apiId: number;
        appName: string;
        appVersion: string;
        callRequestsDisabled?: boolean;
        country: string;
        current?: boolean;
        dateActive: number;
        dateCreated: number;
        deviceModel: string;
        encryptedRequestsDisabled?: boolean;
        hash: BigInteger;
        ip: string;
        officialApp?: boolean;
        passwordPending?: boolean;
        platform: string;
        region: string;
        systemVersion: string;
        unconfirmed?: boolean;
    }
    passwordPending?: boolean
    platform: string
    region: string
    SUBCLASS_OF_ID: 3373514778
    systemVersion: string
    unconfirmed?: boolean