Module tdlight.api

Class TdApi.EmailAddressAuthenticationCodeInfo

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.EmailAddressAuthenticationCodeInfo
Enclosing class:
TdApi

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

    • 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
      See Also:
  • Constructor Details

    • 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 - String Pattern of the email address to which an authentication code was sent.
      length - int Length of the code; 0 if unknown.
    • EmailAddressAuthenticationCodeInfo

      public EmailAddressAuthenticationCodeInfo(DataInput input) throws IOException
      Information about the email address authentication code that was sent.
      Throws:
      IOException
  • Method Details