Module tdlight.api

Class TdApi.InternalLinkTypeUserPhoneNumber

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

public static final class TdApi.InternalLinkTypeUserPhoneNumber extends TdApi.InternalLinkType
The link is a link to a user by its phone number. Call searchUserByPhoneNumber with the given phone number to process the link.
  • Field Details

    • phoneNumber

      public String phoneNumber
      Phone number of the user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InternalLinkTypeUserPhoneNumber

      public InternalLinkTypeUserPhoneNumber()
      The link is a link to a user by its phone number. Call searchUserByPhoneNumber with the given phone number to process the link.
    • InternalLinkTypeUserPhoneNumber

      public InternalLinkTypeUserPhoneNumber(String phoneNumber)
      The link is a link to a user by its phone number. Call searchUserByPhoneNumber with the given phone number to process the link.
      Parameters:
      phoneNumber - String Phone number of the user.
    • InternalLinkTypeUserPhoneNumber

      public InternalLinkTypeUserPhoneNumber(DataInput input) throws IOException
      The link is a link to a user by its phone number. Call searchUserByPhoneNumber with the given phone number to process the link.
      Throws:
      IOException
  • Method Details