Module tdlight.api

Class TdApi.GetInternalLinkType

Enclosing class:
TdApi

public static final class TdApi.GetInternalLinkType extends TdApi.Function<TdApi.InternalLinkType>
Returns information about the type of an internal link. Returns a 404 error if the link is not internal. Can be called before authorization. Returns InternalLinkType
  • Field Details

  • Constructor Details

    • GetInternalLinkType

      public GetInternalLinkType()
      Returns information about the type of an internal link. Returns a 404 error if the link is not internal. Can be called before authorization. Returns InternalLinkType
    • GetInternalLinkType

      public GetInternalLinkType(String link)
      Returns information about the type of an internal link. Returns a 404 error if the link is not internal. Can be called before authorization. Returns InternalLinkType
      Parameters:
      link - String The link.
    • GetInternalLinkType

      public GetInternalLinkType(DataInput input) throws IOException
      Returns information about the type of an internal link. Returns a 404 error if the link is not internal. Can be called before authorization. Returns InternalLinkType
      Throws:
      IOException
  • Method Details