Module tdlight.api

Class TdApi.GetInternalLink

Enclosing class:
TdApi

public static final 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
      See Also:
  • Constructor Details

    • GetInternalLink

      public GetInternalLink()
      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)
      Returns an HTTPS or a tg: link with the given type. Can be called before authorization. Returns HttpUrl
      Parameters:
      type - InternalLinkType Expected type of the link.
      isHttp - boolean Pass true to create an HTTPS link (only available for some link types); pass false to create a tg: link.
    • GetInternalLink

      public GetInternalLink(DataInput input) throws IOException
      Returns an HTTPS or a tg: link with the given type. Can be called before authorization. Returns HttpUrl
      Throws:
      IOException
  • Method Details