danog\MadelineProto\EventHandler\BotApp
Author: Daniil Gentili daniil@daniil.it
Represents information about a named bot web app.
Properties
$id:intApp ID$accessHash:intAccess hash$name:stringBot web app short name, used to generate named bot web app deep links.$title:stringBot web app title.$description:stringBot web app description.$photo:?danog\MadelineProto\EventHandler\Media\PhotoBot web app photo.$document:?danog\MadelineProto\EventHandler\Media\DocumentBot web app animation.$hash:intHash to pass to messages.getBotApp, to avoid refetching bot app info if it hasn’t changed.$inactive:?boolWhether the web app was never used by the user, and confirmation must be asked from the user before opening it.$requestWriteAccess:?boolThe bot is asking permission to send messages to the user: if the user agrees, set the write_allowed flag when invoking messages.requestAppWebView.$hasSettings:?bool— Generated by danog/phpdoc