Class TdApi.CheckChangePhoneNumberCode

  • Enclosing class:
    TdApi

    public static class TdApi.CheckChangePhoneNumberCode
    extends TdApi.Function
    Checks the authentication code sent to confirm a new phone number of the user.

    Returns Ok

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String code
      Verification code received by SMS, phone call or flash call.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Field Detail

      • code

        public java.lang.String code
        Verification code received by SMS, phone call or flash call.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CheckChangePhoneNumberCode

        public CheckChangePhoneNumberCode()
        Default constructor.
      • CheckChangePhoneNumberCode

        public CheckChangePhoneNumberCode​(java.lang.String code)
        Constructor for initialization of all fields.
        Parameters:
        code - Verification code received by SMS, phone call or flash call.