Class TdApi.EmailAddressAuthenticationCodeInfo

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.EmailAddressAuthenticationCodeInfo
Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      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 - Pattern of the email address to which an authentication code was sent.
      length - Length of the code; 0 if unknown.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR