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 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