Module tdlight.api

Class TdApi.InternalLinkTypePhoneNumberConfirmation

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypePhoneNumberConfirmation
Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypePhoneNumberConfirmation extends TdApi.InternalLinkType
The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and phone number to process the link.
  • 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
      See Also:
  • Constructor Details

    • InternalLinkTypePhoneNumberConfirmation

      public InternalLinkTypePhoneNumberConfirmation()
      The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and phone number to process the link.
    • InternalLinkTypePhoneNumberConfirmation

      public InternalLinkTypePhoneNumberConfirmation(String hash, String phoneNumber)
      The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and phone number to process the link.
      Parameters:
      hash - String Hash value from the link.
      phoneNumber - String Phone number value from the link.
    • InternalLinkTypePhoneNumberConfirmation

      public InternalLinkTypePhoneNumberConfirmation(DataInput input) throws IOException
      The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and phone number to process the link.
      Throws:
      IOException
  • Method Details