Uses of Class
org.drinkless.tdlib.TdApi.AuthenticationCodeType
Packages that use TdApi.AuthenticationCodeType
-
Uses of TdApi.AuthenticationCodeType in org.drinkless.tdlib
Subclasses of TdApi.AuthenticationCodeType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A digit-only authentication code is delivered via a phone call to the specified phone number.static class
A digit-only authentication code is delivered via Firebase Authentication to the official Android application.static class
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application.static class
An authentication code is delivered by an immediately canceled call to the specified phone number.static class
A digit-only authentication code is delivered to https://fragment.com.static class
An authentication code is delivered by an immediately canceled call to the specified phone number.static class
A digit-only authentication code is delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code.static class
An authentication code is a phrase from multiple words delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code.static class
An authentication code is a word delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code.static class
A digit-only 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.AuthenticationCodeTypeModifier and TypeFieldDescriptionTdApi.AuthenticationCodeInfo.nextType
The way the next code will be sent to the user; may be null.TdApi.AuthenticationCodeInfo.type
The way the code was sent to the user.Constructors in org.drinkless.tdlib with parameters of type TdApi.AuthenticationCodeTypeModifierConstructorDescriptionAuthenticationCodeInfo
(String phoneNumber, TdApi.AuthenticationCodeType type, TdApi.AuthenticationCodeType nextType, int timeout) Information about the authentication code that was sent.