|
Telebot 9.4
Library for Telegram bot API
|
This object represents data sent by a Web App to the bot. More...
#include <telebot-types.h>
Public Attributes | |
| char * | data |
| char * | button_text |
This object represents data sent by a Web App to the bot.
| char* telebot_web_app_data::button_text |
Text of the web_app keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.
| char* telebot_web_app_data::data |
The data. Be aware that a bad client can send arbitrary data in this field.