* TDLib is closing, all subsequent queries will be answered with the error 500. Note that closing TDLib can take a while. All resources will be freed only after authorizationStateClosed has been received.
13
*/
14
class AuthorizationStateClosing extends AuthorizationState
15
{
16
public const TYPE_NAME = 'authorizationStateClosing';
17
18
public function __construct()
19
{
20
parent::__construct();
21
}
22
23
public static function fromArray(array $array): AuthorizationStateClosing