Class TdApi.ResendAuthenticationCode

Enclosing class:
TdApi

public static class TdApi.ResendAuthenticationCode extends TdApi.Function<TdApi.Ok>
Resends 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, or when the current authorization state is authorizationStateWaitEmailCode.

Returns Ok

  • Field Details

    • reason

      public TdApi.ResendCodeReason reason
      Reason of code resending; pass null if unknown.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ResendAuthenticationCode

      public ResendAuthenticationCode()
      Default constructor for a function, which resends 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, or when the current authorization state is authorizationStateWaitEmailCode.

      Returns Ok

    • ResendAuthenticationCode

      public ResendAuthenticationCode(TdApi.ResendCodeReason reason)
      Creates a function, which resends 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, or when the current authorization state is authorizationStateWaitEmailCode.

      Returns Ok

      Parameters:
      reason - Reason of code resending; pass null if unknown.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR