|
tgbot-cpp
|
A block with a photo, corresponding to the HTML tag. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockPhoto> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “photo” | |
| std::shared_ptr< InputMediaPhoto > | photo { } |
| The photo. Caption is ignored. | |
| std::shared_ptr< RichBlockCaption > | caption { } |
| Optional. Caption of the block. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::InputRichBlockPhoto::Ptr = std::shared_ptr<InputRichBlockPhoto> |
| std::shared_ptr<RichBlockCaption> TgBot::InputRichBlockPhoto::caption { } |
| std::shared_ptr<InputMediaPhoto> TgBot::InputRichBlockPhoto::photo { } |
|
static |
| std::string TgBot::InputRichBlockPhoto::type { TYPE } |