/** @var string Bot web app short name, used to generate [named bot web app deep links](https://core.telegram.org/api/links#named-bot-web-app-links). */
publicreadonlystring$name;
/** @var string Bot web app title. */
publicreadonlystring$title;
/** @var string Bot web app description. */
publicreadonlystring$description;
/** @var Photo Bot web app photo. */
publicreadonly?Photo$photo;
/** @var Document Bot web app animation. */
publicreadonly?Document$document;
/** @var int Hash to pass to [messages.getBotApp](https://docs.madelineproto.xyz/API_docs/methods/messages.getBotApp.html), to avoid refetching bot app info if it hasn’t changed. */
/** @var bool Whether the web app was never used by the user, and confirmation must be asked from the user before opening it. */
publicreadonly?bool$inactive=null,
/** @var bool The bot is asking permission to send messages to the user: if the user agrees, set the write_allowed flag when invoking [messages.requestAppWebView](https://docs.madelineproto.xyz/API_docs/methods/messages.requestAppWebView.html). */