Uses of Class
org.drinkless.tdlib.TdApi.AuthenticationCodeType
-
Packages that use TdApi.AuthenticationCodeType Package Description org.drinkless.tdlib -
-
Uses of TdApi.AuthenticationCodeType in org.drinkless.tdlib
Subclasses of TdApi.AuthenticationCodeType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.AuthenticationCodeTypeCallAn authentication code is delivered via a phone call to the specified phone number.static classTdApi.AuthenticationCodeTypeFlashCallAn authentication code is delivered by an immediately canceled call to the specified phone number.static classTdApi.AuthenticationCodeTypeMissedCallAn authentication code is delivered by an immediately canceled call to the specified phone number.static classTdApi.AuthenticationCodeTypeSmsAn authentication code is delivered via an SMS message to the specified phone number.static classTdApi.AuthenticationCodeTypeTelegramMessageAn authentication code is delivered via a private Telegram message, which can be viewed from another active session.Fields in org.drinkless.tdlib declared as TdApi.AuthenticationCodeType Modifier and Type Field Description TdApi.AuthenticationCodeTypeTdApi.AuthenticationCodeInfo. nextTypeThe way the next code will be sent to the user; may be null.TdApi.AuthenticationCodeTypeTdApi.AuthenticationCodeInfo. typeThe way the code was sent to the user.Constructors in org.drinkless.tdlib with parameters of type TdApi.AuthenticationCodeType Constructor Description AuthenticationCodeInfo(String phoneNumber, TdApi.AuthenticationCodeType type, TdApi.AuthenticationCodeType nextType, int timeout)Information about the authentication code that was sent.
-