|
tgbot-cpp
|
This object represents a story. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<Story> |
Public Attributes | |
| std::shared_ptr< Chat > | chat { } |
| Chat that posted the story. | |
| std::int32_t | id { } |
| Unique identifier for the story in the chat. | |
| using TgBot::Story::Ptr = std::shared_ptr<Story> |
| std::shared_ptr<Chat> TgBot::Story::chat { } |
| std::int32_t TgBot::Story::id { } |