Class TdApi.InternalLinkTypePhoneNumberConfirmation

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

public static class TdApi.InternalLinkTypePhoneNumberConfirmation extends TdApi.InternalLinkType
The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberCode with the given phone number and with phoneNumberCodeTypeConfirmOwnership with the given hash to process the link. If succeeded, call checkPhoneNumberCode to check entered by the user code, or resendPhoneNumberCode to resend it.
  • Field Details

    • hash

      public String hash
      Hash value from the link.
    • phoneNumber

      public String phoneNumber
      Phone number value from the link.
    • CONSTRUCTOR

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

    • InternalLinkTypePhoneNumberConfirmation

      public InternalLinkTypePhoneNumberConfirmation()
      The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberCode with the given phone number and with phoneNumberCodeTypeConfirmOwnership with the given hash to process the link. If succeeded, call checkPhoneNumberCode to check entered by the user code, or resendPhoneNumberCode to resend it.
    • InternalLinkTypePhoneNumberConfirmation

      public InternalLinkTypePhoneNumberConfirmation(String hash, String phoneNumber)
      The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberCode with the given phone number and with phoneNumberCodeTypeConfirmOwnership with the given hash to process the link. If succeeded, call checkPhoneNumberCode to check entered by the user code, or resendPhoneNumberCode to resend it.
      Parameters:
      hash - Hash value from the link.
      phoneNumber - Phone number value from the link.
  • 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