pub async fn search_web_app(
bot_user_id: i64,
web_app_short_name: String,
client_id: i32,
) -> Result<FoundWebApp, Error>
Expand description
Returns information about a Web App by its short name. Returns a 404 error if the Web App is not found
ยงArguments
bot_user_id
- Identifier of the target botweb_app_short_name
- Short name of the Web Appclient_id
- The client id to send the request to