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

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

Detailed Description

This object describes the content of a story to post. Currently, it can be one of InputStoryContentPhoto InputStoryContentVideo.

Definition at line 8021 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 8022 of file Types.h.

Member Data Documentation

◆ value

std::variant<std::shared_ptr<InputStoryContentPhoto>, std::shared_ptr<InputStoryContentVideo> > TgBot::InputStoryContent::value

Definition at line 8024 of file Types.h.


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