Bugfix
This commit is contained in:
parent
9bfd22b57d
commit
d79cf305cb
@ -26,7 +26,7 @@
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-java</artifactId>
|
||||
<version>2.7.8.37</version>
|
||||
<version>2.7.8.38</version>
|
||||
</dependency>
|
||||
|
||||
<!-- TDLight natives -->
|
||||
|
@ -3,7 +3,7 @@ package it.tdlight.client;
|
||||
import it.tdlight.common.utils.ScannerUtils;
|
||||
import java.util.Locale;
|
||||
|
||||
final class ConsoleInteractiveAuthenticationData implements AuthenticationData {
|
||||
public final class ConsoleInteractiveAuthenticationData implements AuthenticationData {
|
||||
|
||||
private static final Object LOCK = new Object();
|
||||
|
||||
@ -13,7 +13,7 @@ final class ConsoleInteractiveAuthenticationData implements AuthenticationData {
|
||||
private String botToken;
|
||||
private long phoneNumber;
|
||||
|
||||
public ConsoleInteractiveAuthenticationData() {
|
||||
ConsoleInteractiveAuthenticationData() {
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user