|
tgbot-cpp
|
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. | |
| using TgBot::RichMessage::Ptr = std::shared_ptr<RichMessage> |
| std::vector<std::shared_ptr<RichBlock> > TgBot::RichMessage::blocks { } |
| std::optional<bool> TgBot::RichMessage::isRtl { } |