How to get data from Web App? I press on ReplyKeyboardButton, and then the Web App is launched. I input some data in the form, press on "Submit". Now I want to get the form data in my bot.
I haven't found any web app data handler in documentation.
Pyrogram version = 2.0.99
I tried reading from Message.web_app_data but it is always None.