|
tgbotxx 1.2.9.2
Telegram Bot C++ Library
|
Base class for story content to post https://core.telegram.org/bots/api#inputstorycontentphoto. More...
#include <InputStoryContent.hpp>
Public Member Functions | |
| InputStoryContent ()=default | |
| InputStoryContent (const nl::json &json) | |
| virtual | ~InputStoryContent ()=default |
| virtual nl::json | toJson () const |
| virtual void | fromJson (const nl::json &json) |
Public Attributes | |
| std::string | type |
| Type of the story content. | |
Base class for story content to post https://core.telegram.org/bots/api#inputstorycontentphoto.
Definition at line 8 of file InputStoryContent.hpp.
|
default |
|
inlineexplicit |
Definition at line 10 of file InputStoryContent.hpp.
|
virtualdefault |
Reimplemented in tgbotxx::InputStoryContentPhoto, and tgbotxx::InputStoryContentVideo.
Definition at line 24 of file InputStoryContent.hpp.
|
inlinevirtual |
Reimplemented in tgbotxx::InputStoryContentPhoto, and tgbotxx::InputStoryContentVideo.
Definition at line 18 of file InputStoryContent.hpp.
| std::string tgbotxx::InputStoryContent::type |
Type of the story content.
Definition at line 16 of file InputStoryContent.hpp.