tgbot-cpp
Loading...
Searching...
No Matches
TgBot::Story Class Reference

This object represents a story. More...

#include <Story.h>

Public Types

typedef std::shared_ptr< StoryPtr
 

Public Attributes

Chat::Ptr chat
 Chat that posted the story.
 
std::int32_t id
 Unique identifier for the story in the chat.
 

Detailed Description

This object represents a story.

Definition at line 16 of file Story.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<Story> TgBot::Story::Ptr

Definition at line 19 of file Story.h.

Member Data Documentation

◆ chat

Chat::Ptr TgBot::Story::chat

Chat that posted the story.

Definition at line 24 of file Story.h.

◆ id

std::int32_t TgBot::Story::id

Unique identifier for the story in the chat.

Definition at line 29 of file Story.h.


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