Class TdApi.PhoneNumberCodeTypeConfirmOwnership

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PhoneNumberCodeType
org.drinkless.tdlib.TdApi.PhoneNumberCodeTypeConfirmOwnership
Enclosing class:
TdApi

public static class TdApi.PhoneNumberCodeTypeConfirmOwnership extends TdApi.PhoneNumberCodeType
Confirms ownership of a phone number to prevent account deletion while handling links of the type internalLinkTypePhoneNumberConfirmation.
  • Field Details

    • hash

      public String hash
      Hash value from the link.
    • CONSTRUCTOR

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

    • PhoneNumberCodeTypeConfirmOwnership

      public PhoneNumberCodeTypeConfirmOwnership()
      Confirms ownership of a phone number to prevent account deletion while handling links of the type internalLinkTypePhoneNumberConfirmation.
    • PhoneNumberCodeTypeConfirmOwnership

      public PhoneNumberCodeTypeConfirmOwnership(String hash)
      Confirms ownership of a phone number to prevent account deletion while handling links of the type internalLinkTypePhoneNumberConfirmation.
      Parameters:
      hash - Hash value from the link.
  • Method Details