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 Detail

      • code

        public String code
        Authentication code to check.
      • 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 for a function, which checks the authentication code sent to confirm a new phone number of the user.

        Returns Ok

      • CheckChangePhoneNumberCode

        public CheckChangePhoneNumberCode​(String code)
        Creates a function, which checks the authentication code sent to confirm a new phone number of the user.

        Returns Ok

        Parameters:
        code - Authentication code to check.