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

Describes a Web App. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<WebAppInfo>

Public Attributes

std::string url { }
 An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps.

Detailed Description

Describes a Web App.

Definition at line 15342 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::WebAppInfo::Ptr = std::shared_ptr<WebAppInfo>

Definition at line 15343 of file Types.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 Initializing Web Apps.

Definition at line 15349 of file Types.h.


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