Class TdApi.ResendAuthenticationCode

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ResendAuthenticationCode
Enclosing class:
TdApi

public static class TdApi.ResendAuthenticationCode
extends TdApi.Function
Re-sends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitCode, the nextCodeType of the result is not null and the server-specified timeout has passed.

Returns Ok

  • Field Details

  • Constructor Details

    • ResendAuthenticationCode

      public ResendAuthenticationCode()
      Re-sends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitCode, the nextCodeType of the result is not null and the server-specified timeout has passed.

      Returns Ok

    • ResendAuthenticationCode

      public ResendAuthenticationCode​(DataInput input) throws IOException
      Re-sends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitCode, the nextCodeType of the result is not null and the server-specified timeout has passed.

      Returns Ok

      Throws:
      IOException
  • Method Details