pub async fn get_deep_link_info(
link: String,
client_id: i32,
) -> Result<DeepLinkInfo, Error>Expand description
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
§Arguments
link- The linkclient_id- The client id to send the request to