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

Caption of a rich formatted block. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichBlockCaption>

Public Attributes

std::shared_ptr< RichTexttext { }
 Block caption.
std::shared_ptr< RichTextcredit { }
 Optional. Block credit which corresponds to the HTML tag .

Detailed Description

Caption of a rich formatted block.

Definition at line 11795 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 11796 of file Types.h.

Member Data Documentation

◆ credit

std::shared_ptr<RichText> TgBot::RichBlockCaption::credit { }

Optional. Block credit which corresponds to the HTML tag .

Definition at line 11806 of file Types.h.

◆ text

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

Block caption.

Definition at line 11801 of file Types.h.


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