Use getOptions as first request.
This commit is contained in:
parent
cde8acf230
commit
66af1a439a
@ -188,7 +188,7 @@ public final class Client {
|
||||
if (defaultExceptionHandler != null) {
|
||||
defaultExceptionHandlers.put(nativeClientId, defaultExceptionHandler);
|
||||
}
|
||||
send(new TdApi.GetAuthorizationState(), null, null);
|
||||
send(new TdApi.GetOption("version"), null, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user