Module tdlight.api

Class TdApi.ResendChangePhoneNumberCode

Enclosing class:
TdApi

public static final class TdApi.ResendChangePhoneNumberCode extends TdApi.Function<TdApi.AuthenticationCodeInfo>
Re-sends the authentication code sent to confirm a new phone number for the current user. Works only if the previously received authenticationCodeInfo nextCodeType was not null and the server-specified timeout has passed.

Returns AuthenticationCodeInfo

  • Field Details

  • Constructor Details

    • ResendChangePhoneNumberCode

      public ResendChangePhoneNumberCode()
      Re-sends the authentication code sent to confirm a new phone number for the current user. Works only if the previously received authenticationCodeInfo nextCodeType was not null and the server-specified timeout has passed.

      Returns AuthenticationCodeInfo

    • ResendChangePhoneNumberCode

      public ResendChangePhoneNumberCode(DataInput input) throws IOException
      Re-sends the authentication code sent to confirm a new phone number for the current user. Works only if the previously received authenticationCodeInfo nextCodeType was not null and the server-specified timeout has passed.

      Returns AuthenticationCodeInfo

      Throws:
      IOException
  • Method Details