|
tgbot-cpp
|
This object describes the content of a story to post. Currently, it can be one of InputStoryContentPhoto InputStoryContentVideo. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputStoryContent> |
Public Attributes | |
| std::variant< std::shared_ptr< InputStoryContentPhoto >, std::shared_ptr< InputStoryContentVideo > > | value |
This object describes the content of a story to post. Currently, it can be one of InputStoryContentPhoto InputStoryContentVideo.
| using TgBot::InputStoryContent::Ptr = std::shared_ptr<InputStoryContent> |
| std::variant<std::shared_ptr<InputStoryContentPhoto>, std::shared_ptr<InputStoryContentVideo> > TgBot::InputStoryContent::value |