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 classA digit-only authentication code is delivered via a phone call to the specified phone number.static classA digit-only authentication code is delivered via Firebase Authentication to the official Android application.static classA digit-only authentication code is delivered via Firebase Authentication to the official iOS application.static classAn authentication code is delivered by an immediately canceled call to the specified phone number.static classA digit-only authentication code is delivered to https://fragment.com.static classAn authentication code is delivered by an immediately canceled call to the specified phone number.static classA 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 classAn 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 classAn 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 classA 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.nextTypeThe way the next code will be sent to the user; may be null.TdApi.AuthenticationCodeInfo.typeThe 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.