Class TdApi.CheckPhoneNumberConfirmationCode

  • Enclosing class:
    TdApi

    public static class TdApi.CheckPhoneNumberConfirmationCode
    extends TdApi.Function
    Checks phone number confirmation code.

    Returns Ok

    • Field Detail

      • code

        public String code
        Confirmation code to check.
      • CONSTRUCTOR

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

      • CheckPhoneNumberConfirmationCode

        public CheckPhoneNumberConfirmationCode()
        Default constructor for a function, which checks phone number confirmation code.

        Returns Ok

      • CheckPhoneNumberConfirmationCode

        public CheckPhoneNumberConfirmationCode​(String code)
        Creates a function, which checks phone number confirmation code.

        Returns Ok

        Parameters:
        code - Confirmation code to check.