tgbot-cpp
Loading...
Searching...
No Matches
TgBot::WebAppInfo Class Reference

Contains information about a Web App. More...

#include <WebAppInfo.h>

Public Types

typedef std::shared_ptr< WebAppInfoPtr
 

Public Attributes

std::string url
 An HTTPS URL of a Web App to be opened with additional data as specified in https://core.telegram.org/bots/webapps#initializing-web-apps.
 

Detailed Description

Contains information about a Web App.

Definition at line 14 of file WebAppInfo.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<WebAppInfo> TgBot::WebAppInfo::Ptr

Definition at line 17 of file WebAppInfo.h.

Member Data Documentation

◆ url

std::string TgBot::WebAppInfo::url

An HTTPS URL of a Web App to be opened with additional data as specified in https://core.telegram.org/bots/webapps#initializing-web-apps.

Definition at line 22 of file WebAppInfo.h.


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