|
tgbot-cpp
|
Contains information about the start page settings of a Telegram Business account. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BusinessIntro> |
Public Attributes | |
| std::optional< std::string > | title { } |
| Optional. Title text of the business intro. | |
| std::optional< std::string > | message { } |
| Optional. Message text of the business intro. | |
| std::shared_ptr< Sticker > | sticker { } |
| Optional. Sticker of the business intro. | |
Contains information about the start page settings of a Telegram Business account.
| using TgBot::BusinessIntro::Ptr = std::shared_ptr<BusinessIntro> |
| std::optional<std::string> TgBot::BusinessIntro::message { } |
| std::shared_ptr<Sticker> TgBot::BusinessIntro::sticker { } |
| std::optional<std::string> TgBot::BusinessIntro::title { } |