pub async fn close_web_app(
web_app_launch_id: i64,
client_id: i32,
) -> Result<(), Error>Expand description
Informs TDLib that a previously opened Web App was closed
ยงArguments
web_app_launch_id- Identifier of Web App launch, received from openWebAppclient_id- The client id to send the request to