Module tdlight.api

Class TdApi.RequestAuthenticationPasswordRecovery

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.RequestAuthenticationPasswordRecovery
Enclosing class:
TdApi

public static final class TdApi.RequestAuthenticationPasswordRecovery extends TdApi.Function<TdApi.Ok>
Requests to send a password recovery code to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword.

Returns Ok

  • Field Details

  • Constructor Details

    • RequestAuthenticationPasswordRecovery

      public RequestAuthenticationPasswordRecovery()
      Requests to send a password recovery code to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword.

      Returns Ok

    • RequestAuthenticationPasswordRecovery

      public RequestAuthenticationPasswordRecovery(DataInput input) throws IOException
      Requests to send a password recovery code to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword.

      Returns Ok

      Throws:
      IOException
  • Method Details