diff --git a/src/Client.cs b/src/Client.cs index f9335e0..6129b15 100644 --- a/src/Client.cs +++ b/src/Client.cs @@ -955,8 +955,7 @@ namespace WTelegram if (authorization is Auth_AuthorizationSignUpRequired signUpRequired) { var waitUntil = DateTime.UtcNow.AddSeconds(3); - if (signUpRequired.terms_of_service != null) - OnUpdate(signUpRequired.terms_of_service); // give caller the possibility to read and accept TOS + OnUpdate(signUpRequired); // give caller the possibility to read and accept TOS var first_name = Config("first_name"); var last_name = Config("last_name"); var wait = waitUntil - DateTime.UtcNow;