Class TdApi.EmailAddressAuthenticationCodeInfo

  • Enclosing class:
    TdApi

    public static class TdApi.EmailAddressAuthenticationCodeInfo
    extends TdApi.Object
    Information about the email address authentication code that was sent.
    • Field Detail

      • emailAddressPattern

        public String emailAddressPattern
        Pattern of the email address to which an authentication code was sent.
      • length

        public int length
        Length of the code; 0 if unknown.
      • CONSTRUCTOR

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

      • EmailAddressAuthenticationCodeInfo

        public EmailAddressAuthenticationCodeInfo()
        Information about the email address authentication code that was sent.
      • EmailAddressAuthenticationCodeInfo

        public EmailAddressAuthenticationCodeInfo​(String emailAddressPattern,
                                                  int length)
        Information about the email address authentication code that was sent.
        Parameters:
        emailAddressPattern - Pattern of the email address to which an authentication code was sent.
        length - Length of the code; 0 if unknown.