1#ifndef TGBOT_WEBAPPDATA_H 
    2#define TGBOT_WEBAPPDATA_H 
   16    typedef std::shared_ptr<WebAppData> 
Ptr;
 
 
Contains data sent from a Web App to the bot.
std::string buttonText
Text of the webApp keyboard button, from which the Web App was opened. Be aware that a bad client can...
std::shared_ptr< WebAppData > Ptr
std::string data
The data. Be aware that a bad client can send arbitrary data in this field.