not an event. it's a response. SendWebViewResultMessage WebViewMessageSent You can events.Raw(UpdateWebViewResultSent)
try events.Raw
Please, is there a reference docs where one can see all the raw updates and a summary of what they respond to? I clicked the links but most of them don't exactly contain a description.
Sorry but I added a breakpoint in the events.Raw(UpdateWebViewResultSent) function but it doesn't capture. My goal was to introspect the event. However, I added a events.NewMessage to capture all messages but that is the one that matches. If it helps, the flow is that the web server after collecting the response makes a post request to answerWebAppQuery using requests. I could work with events.NewMessage with some regex matching but I was hoping for something more definitive. I don't know. Would be glad to get your opinion
You receive what server provides, make sure your mechanisms is correct on the site. https://core.telegram.org/bots/webapps#webappinitdata i don't have much interest in webapps as i don't like web development, webapps are not messages, it's mostly dependent on the site in play. (unless you're using the keyboard version of it.)
Обсуждают сегодня