Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_web_app_data Struct Reference

This object represents data sent by a Web App to the bot. More...

#include <telebot-types.h>

Public Attributes

char * data
 
char * button_text
 

Detailed Description

This object represents data sent by a Web App to the bot.

Member Data Documentation

◆ button_text

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.

◆ data

char* telebot_web_app_data::data

The data. Be aware that a bad client can send arbitrary data in this field.


The documentation for this struct was generated from the following file: