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

Rich formatted message. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichMessage>

Public Attributes

std::vector< std::shared_ptr< RichBlock > > blocks { }
 Content of the message.
std::optional< bool > isRtl { }
 Optional. True, if the rich message must be shown right-to-left.

Detailed Description

Rich formatted message.

Definition at line 12387 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 12388 of file Types.h.

Member Data Documentation

◆ blocks

std::vector<std::shared_ptr<RichBlock> > TgBot::RichMessage::blocks { }

Content of the message.

Definition at line 12393 of file Types.h.

◆ isRtl

std::optional<bool> TgBot::RichMessage::isRtl { }

Optional. True, if the rich message must be shown right-to-left.

Definition at line 12398 of file Types.h.


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