interface WriteAccessAllowedimport { type WriteAccessAllowed } from "https://dotland.deno.dev/x/grammy@v1.20.2/types.ts"; This object represents a service message about a user allowing a bot to write messages after adding it to the attachment menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess. Propertiesoptionalfrom_request: booleanTrue, if the access was granted after the user accepted an explicit request from a Web App sent by the method requestWriteAccess optionalweb_app_name: stringName of the Web App, if the access was granted when the Web App was launched from a link optionalfrom_attachment_menu: booleanTrue, if the access was granted when the bot was added to the attachment or side menu