GetDeepLinkInfo constructor

GetDeepLinkInfo(
  1. {required String link,
  2. int? extra,
  3. int? clientId}
)

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

Returns DeepLinkInfo

Implementation

GetDeepLinkInfo