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

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< RichTexttext { }
 Text of the block.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A footer, corresponding to the HTML tag <footer>.

Definition at line 11895 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 11896 of file Types.h.

Member Data Documentation

◆ text

std::shared_ptr<RichText> TgBot::RichBlockFooter::text { }

Text of the block.

Definition at line 11908 of file Types.h.

◆ TYPE

TGBOT_API const std::string TgBot::RichBlockFooter::TYPE
static

Definition at line 11898 of file Types.h.

◆ type

std::string TgBot::RichBlockFooter::type { TYPE }

Type of the block, always “footer”

Definition at line 11903 of file Types.h.


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