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

A divider, corresponding to the HTML tag


. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichBlockDivider>

Public Attributes

std::string type { TYPE }
 Type of the block, always “divider”

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A divider, corresponding to the HTML tag


.

Definition at line 11877 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 11878 of file Types.h.

Member Data Documentation

◆ TYPE

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

Definition at line 11880 of file Types.h.

◆ type

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

Type of the block, always “divider”

Definition at line 11885 of file Types.h.


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