Class TdApi.GetDeepLinkInfo

Enclosing class:
TdApi

public static class TdApi.GetDeepLinkInfo
extends TdApi.Function
Returns information about a tg:// deep link. Use "tg://need_update_for_some_feature" or "tg:someUnsupportedFeature" for testing. Returns a 404 error for unknown links. Can be called before authorization.

Returns DeepLinkInfo

  • Field Details

  • Constructor Details

    • GetDeepLinkInfo

      public GetDeepLinkInfo()
      Returns information about a tg:// deep link. Use "tg://need_update_for_some_feature" or "tg:someUnsupportedFeature" for testing. Returns a 404 error for unknown links. Can be called before authorization.

      Returns DeepLinkInfo

    • GetDeepLinkInfo

      public GetDeepLinkInfo​(String link)
      Returns information about a tg:// deep link. Use "tg://need_update_for_some_feature" or "tg:someUnsupportedFeature" for testing. Returns a 404 error for unknown links. Can be called before authorization.

      Returns DeepLinkInfo

      Parameters:
      link - String The link.
    • GetDeepLinkInfo

      public GetDeepLinkInfo​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details