Class TdApi.UserLink

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UserLink
Enclosing class:
TdApi

public static class TdApi.UserLink extends TdApi.Object
Contains an HTTPS URL, which can be used to get information about a user.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    int
    Left time for which the link is valid, in seconds; 0 if the link is a public username link.
    The URL.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Contains an HTTPS URL, which can be used to get information about a user.
    UserLink(String url, int expiresIn)
    Contains an HTTPS URL, which can be used to get information about a user.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • url

      public String url
      The URL.
    • expiresIn

      public int expiresIn
      Left time for which the link is valid, in seconds; 0 if the link is a public username link.
    • CONSTRUCTOR

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

    • UserLink

      public UserLink()
      Contains an HTTPS URL, which can be used to get information about a user.
    • UserLink

      public UserLink(String url, int expiresIn)
      Contains an HTTPS URL, which can be used to get information about a user.
      Parameters:
      url - The URL.
      expiresIn - Left time for which the link is valid, in seconds; 0 if the link is a public username 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