account.changeAuthorizationSettings

Change authorization settings

 Method schema is available as of layer 135. Switch ยป

Parameters

Name Type Description
flags # Flags, see TL conditional fields
hash long Session ID from the authorization constructor, fetchable using account.getAuthorizations
encrypted_requests_disabled flags.0?Bool Whether to enable or disable receiving encrypted chats: if the flag is not set, the previous setting is not changed
call_requests_disabled flags.1?Bool Whether to enable or disable receiving calls: if the flag is not set, the previous setting is not changed

Result

Bool

Possible errors

Code Type Description
400 HASH_INVALID The provided hash is invalid.

Related pages

authorization

Logged-in session

account.getAuthorizations

Get logged-in sessions