Class TdApi.GetInternalLink

Enclosing class:
TdApi

public static class TdApi.GetInternalLink extends TdApi.Function<TdApi.HttpUrl>
Returns an HTTPS or a tg: link with the given type. Can be called before authorization.

Returns HttpUrl

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    boolean
    Pass true to create an HTTPS link (only available for some link types); pass false to create a tg: link.
    Expected type of the link.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns an HTTPS or a tg: link with the given type.
    GetInternalLink(TdApi.InternalLinkType type, boolean isHttp)
    Creates a function, which returns an HTTPS or a tg: link with the given type.
  • Method Summary

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

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

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

    • type

      Expected type of the link.
    • isHttp

      public boolean isHttp
      Pass true to create an HTTPS link (only available for some link types); pass false to create a tg: link.
    • CONSTRUCTOR

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

    • GetInternalLink

      public GetInternalLink()
      Default constructor for a function, which returns an HTTPS or a tg: link with the given type. Can be called before authorization.

      Returns HttpUrl

    • GetInternalLink

      public GetInternalLink(TdApi.InternalLinkType type, boolean isHttp)
      Creates a function, which returns an HTTPS or a tg: link with the given type. Can be called before authorization.

      Returns HttpUrl

      Parameters:
      type - Expected type of the link.
      isHttp - Pass true to create an HTTPS link (only available for some link types); pass false to create a tg: 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