Class TdApi.EmailAddressAuthenticationCode

Enclosing class:
TdApi

public static class TdApi.EmailAddressAuthenticationCode extends TdApi.EmailAddressAuthentication
An authentication code delivered to a user's email address.
  • Field Details

    • code

      public String code
      The code.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • EmailAddressAuthenticationCode

      public EmailAddressAuthenticationCode()
      An authentication code delivered to a user's email address.
    • EmailAddressAuthenticationCode

      public EmailAddressAuthenticationCode(String code)
      An authentication code delivered to a user's email address.
      Parameters:
      code - The code.
  • Method Details