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

A divider, corresponding to the HTML tag


. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<InputRichBlockDivider>

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

Member Typedef Documentation

◆ Ptr

Definition at line 7435 of file Types.h.

Member Data Documentation

◆ TYPE

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

Definition at line 7437 of file Types.h.

◆ type

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

Type of the block, always “divider”

Definition at line 7442 of file Types.h.


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