Class TdApi.ResendChangePhoneNumberCode

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

public static class TdApi.ResendChangePhoneNumberCode
extends TdApi.Function
Re-sends the authentication code sent to confirm a new phone number for the user. Works only if the previously received authenticationCodeInfo nextCodeType was not null.

Returns AuthenticationCodeInfo

  • Field Details

  • Constructor Details

    • ResendChangePhoneNumberCode

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

      Returns AuthenticationCodeInfo

    • ResendChangePhoneNumberCode

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

      Returns AuthenticationCodeInfo

      Throws:
      IOException
  • Method Details