Uses of Class
org.drinkless.tdlib.TdApi.PhoneNumberCodeType
Packages that use TdApi.PhoneNumberCodeType
-
Uses of TdApi.PhoneNumberCodeType in org.drinkless.tdlib
Subclasses of TdApi.PhoneNumberCodeType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Checks ownership of a new phone number to change the user's authentication phone number; for official Android and iOS applications only.static class
Confirms ownership of a phone number to prevent account deletion while handling links of the type internalLinkTypePhoneNumberConfirmation.static class
Verifies ownership of a phone number to be added to the user's Telegram Passport.Fields in org.drinkless.tdlib declared as TdApi.PhoneNumberCodeTypeModifier and TypeFieldDescriptionTdApi.SendPhoneNumberCode.type
Type of the request for which the code is sent.Constructors in org.drinkless.tdlib with parameters of type TdApi.PhoneNumberCodeTypeModifierConstructorDescriptionSendPhoneNumberCode
(String phoneNumber, TdApi.PhoneNumberAuthenticationSettings settings, TdApi.PhoneNumberCodeType type) Creates a function, which sends a code to the specified phone number.