teleproto - v1.229.0
    Preparing search index...

    Interface AccountChangeAuthorizationSettingsParams

    interface AccountChangeAuthorizationSettingsParams {
        callRequestsDisabled?: boolean;
        confirmed?: boolean;
        encryptedRequestsDisabled?: boolean;
        hash: BigInteger;
    }
    Index
    callRequestsDisabled?: boolean

    Whether to enable or disable receiving calls: if the flag is not set, the previous setting is not changed

    confirmed?: boolean

    If set, confirms a newly logged in session » .

    encryptedRequestsDisabled?: boolean

    Whether to enable or disable receiving encrypted chats: if the flag is not set, the previous setting is not changed

    hash: BigInteger

    Session ID from the authorization constructor, fetchable using account.getAuthorizations