SearchWebApp constructor
Returns information about a Web App by its short name. Returns a 404 error if the Web App is not found
Implementation
const SearchWebApp({
required this.botUserId,
required this.webAppShortName,
});
Returns information about a Web App by its short name. Returns a 404 error if the Web App is not found
const SearchWebApp({
required this.botUserId,
required this.webAppShortName,
});