Uses of Class
org.drinkless.tdlib.TdApi.ResendCodeReason
Packages that use TdApi.ResendCodeReason
-
Uses of TdApi.ResendCodeReason in org.drinkless.tdlib
Subclasses of TdApi.ResendCodeReason in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The user requested to resend the code.static class
The code is re-sent, because device verification has failed.Fields in org.drinkless.tdlib declared as TdApi.ResendCodeReasonModifier and TypeFieldDescriptionTdApi.ResendAuthenticationCode.reason
Reason of code resending; pass null if unknown.TdApi.ResendPhoneNumberCode.reason
Reason of code resending; pass null if unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.ResendCodeReasonModifierConstructorDescriptionCreates a function, which resends an authentication code to the user.Creates a function, which resends the authentication code sent to a phone number.