Module tdlight.api

Class TdApi.GetDeepLinkInfo

Enclosing class:
TdApi

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