tgbot-cpp
|
#include <BusinessIntro.h>
Public Types | |
typedef std::shared_ptr< BusinessIntro > | Ptr |
Public Attributes | |
std::string | title |
Optional. Title text of the business intro. | |
std::string | message |
Optional. Message text of the business intro. | |
Sticker::Ptr | sticker |
Optional. Sticker of the business intro. | |
Definition at line 14 of file BusinessIntro.h.
typedef std::shared_ptr<BusinessIntro> TgBot::BusinessIntro::Ptr |
Definition at line 17 of file BusinessIntro.h.
std::string TgBot::BusinessIntro::message |
Optional. Message text of the business intro.
Definition at line 27 of file BusinessIntro.h.
Sticker::Ptr TgBot::BusinessIntro::sticker |
Optional. Sticker of the business intro.
Definition at line 32 of file BusinessIntro.h.
std::string TgBot::BusinessIntro::title |
Optional. Title text of the business intro.
Definition at line 22 of file BusinessIntro.h.