Uses of Class
org.drinkless.tdlib.TdApi.EmailAddressAuthenticationCodeInfo
-
Packages that use TdApi.EmailAddressAuthenticationCodeInfo Package Description org.drinkless.tdlib -
-
Uses of TdApi.EmailAddressAuthenticationCodeInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.EmailAddressAuthenticationCodeInfo Modifier and Type Field Description TdApi.EmailAddressAuthenticationCodeInfoTdApi.PasswordState. recoveryEmailAddressCodeInfoInformation about the recovery email address to which the confirmation email was sent; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.EmailAddressAuthenticationCodeInfo Constructor Description PasswordState(boolean hasPassword, String passwordHint, boolean hasRecoveryEmailAddress, boolean hasPassportData, TdApi.EmailAddressAuthenticationCodeInfo recoveryEmailAddressCodeInfo, int pendingResetDate)Represents the current state of 2-step verification.
-