GetDeepLinkInfo constructor
const
GetDeepLinkInfo({
- required String link,
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
Implementation
const GetDeepLinkInfo({
required this.link,
});