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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<InputRichBlockFooter>

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 7452 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 7453 of file Types.h.

Member Data Documentation

◆ text

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

Text of the block.

Definition at line 7465 of file Types.h.

◆ TYPE

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

Definition at line 7455 of file Types.h.

◆ type

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

Type of the block, always “footer”

Definition at line 7460 of file Types.h.


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