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

A text paragraph, corresponding to the HTML tag. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<InputRichBlockParagraph>

Public Attributes

std::string type { TYPE }
 Type of the block, always “paragraph”
std::shared_ptr< RichTexttext { }
 Text of the block.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A text paragraph, corresponding to the HTML tag.

.

Definition at line 7604 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 7605 of file Types.h.

Member Data Documentation

◆ text

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

Text of the block.

Definition at line 7617 of file Types.h.

◆ TYPE

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

Definition at line 7607 of file Types.h.

◆ type

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

Type of the block, always “paragraph”

Definition at line 7612 of file Types.h.


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