Class TdApi.CheckEmailAddressVerificationCode

Enclosing class:
TdApi

public static class TdApi.CheckEmailAddressVerificationCode extends TdApi.Function<TdApi.Ok>
Checks the email address verification code for Telegram Passport.

Returns Ok

  • Field Details

    • code

      public String code
      Verification code to check.
    • CONSTRUCTOR

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

    • CheckEmailAddressVerificationCode

      public CheckEmailAddressVerificationCode()
      Default constructor for a function, which checks the email address verification code for Telegram Passport.

      Returns Ok

    • CheckEmailAddressVerificationCode

      public CheckEmailAddressVerificationCode(String code)
      Creates a function, which checks the email address verification code for Telegram Passport.

      Returns Ok

      Parameters:
      code - Verification code to check.
  • 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