tgbot-cpp
Loading...
Searching...
No Matches
WebAppInfo.h
Go to the documentation of this file.
1
#ifndef TGBOT_WEBAPPINFO_H
2
#define TGBOT_WEBAPPINFO_H
3
4
#include <memory>
5
#include <string>
6
7
namespace
TgBot
{
8
16
class
WebAppInfo
{
17
18
public
:
19
typedef
std::shared_ptr<WebAppInfo>
Ptr
;
20
24
std::string
url
;
25
};
26
}
27
28
#endif
//TGBOT_WEBAPPINFO_H
TgBot::WebAppInfo
Describes a Web App.
Definition
WebAppInfo.h:16
TgBot::WebAppInfo::Ptr
std::shared_ptr< WebAppInfo > Ptr
Definition
WebAppInfo.h:19
TgBot::WebAppInfo::url
std::string url
An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps (ht...
Definition
WebAppInfo.h:24
TgBot
Definition
Api.h:40
include
tgbot
types
WebAppInfo.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0