Class TdApi.GetInternalLinkType

Enclosing class:
TdApi

public static class TdApi.GetInternalLinkType
extends TdApi.Function
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
      Throws:
      IOException
  • Method Details