Uses of Class
org.drinkless.tdlib.TdApi.PhoneNumberAuthenticationSettings
-
Packages that use TdApi.PhoneNumberAuthenticationSettings Package Description org.drinkless.tdlib -
-
Uses of TdApi.PhoneNumberAuthenticationSettings in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.PhoneNumberAuthenticationSettings Modifier and Type Field Description TdApi.PhoneNumberAuthenticationSettingsTdApi.ChangePhoneNumber. settingsSettings for the authentication of the user's phone number; pass null to use default settings.TdApi.PhoneNumberAuthenticationSettingsTdApi.SendPhoneNumberConfirmationCode. settingsSettings for the authentication of the user's phone number; pass null to use default settings.TdApi.PhoneNumberAuthenticationSettingsTdApi.SendPhoneNumberVerificationCode. settingsSettings for the authentication of the user's phone number; pass null to use default settings.TdApi.PhoneNumberAuthenticationSettingsTdApi.SetAuthenticationPhoneNumber. settingsSettings for the authentication of the user's phone number; pass null to use default settings.Constructors in org.drinkless.tdlib with parameters of type TdApi.PhoneNumberAuthenticationSettings Constructor Description ChangePhoneNumber(String phoneNumber, TdApi.PhoneNumberAuthenticationSettings settings)Creates a function, which changes the phone number of the user and sends an authentication code to the user's new phone number.SendPhoneNumberConfirmationCode(String hash, String phoneNumber, TdApi.PhoneNumberAuthenticationSettings settings)Creates a function, which sends phone number confirmation code to handle links of the type internalLinkTypePhoneNumberConfirmation.SendPhoneNumberVerificationCode(String phoneNumber, TdApi.PhoneNumberAuthenticationSettings settings)Creates a function, which sends a code to verify a phone number to be added to a user's Telegram Passport.SetAuthenticationPhoneNumber(String phoneNumber, TdApi.PhoneNumberAuthenticationSettings settings)Creates a function, which sets the phone number of the user and sends an authentication code to the user.
-