Uses of Class
org.drinkless.tdlib.TdApi.PhoneNumberAuthenticationSettings
Packages that use TdApi.PhoneNumberAuthenticationSettings
-
Uses of TdApi.PhoneNumberAuthenticationSettings in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.PhoneNumberAuthenticationSettingsModifier and TypeFieldDescriptionTdApi.SendPhoneNumberCode.settings
Settings for the authentication of the user's phone number; pass null to use default settings.TdApi.SetAuthenticationPhoneNumber.settings
Settings 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.PhoneNumberAuthenticationSettingsModifierConstructorDescriptionSendPhoneNumberCode
(String phoneNumber, TdApi.PhoneNumberAuthenticationSettings settings, TdApi.PhoneNumberCodeType type) Creates a function, which sends a code to the specified phone number.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.