Module tdlight.api

Class TdApi.EmailAddressAuthenticationCode

Enclosing class:
TdApi

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

  • 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 - String The code.
    • EmailAddressAuthenticationCode

      public EmailAddressAuthenticationCode(DataInput input) throws IOException
      An authentication code delivered to a user's email address.
      Throws:
      IOException
  • Method Details