|
tgbot-cpp
|
A footer, corresponding to the HTML tag <footer>. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichBlockFooter> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “footer” | |
| std::shared_ptr< RichText > | text { } |
| Text of the block. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::RichBlockFooter::Ptr = std::shared_ptr<RichBlockFooter> |
| std::shared_ptr<RichText> TgBot::RichBlockFooter::text { } |
|
static |
| std::string TgBot::RichBlockFooter::type { TYPE } |