tgbot-cpp
Loading...
Searching...
No Matches
Story.h
Go to the documentation of this file.
1
#ifndef TGBOT_STORY_H
2
#define TGBOT_STORY_H
3
4
#include "
tgbot/types/Chat.h
"
5
6
#include <cstdint>
7
#include <memory>
8
9
namespace
TgBot
{
10
16
class
Story
{
17
18
public
:
19
typedef
std::shared_ptr<Story>
Ptr
;
20
24
Chat::Ptr
chat
;
25
29
std::int32_t
id
;
30
};
31
}
32
33
#endif
//TGBOT_STORY_H
Chat.h
TgBot::Chat::Ptr
std::shared_ptr< Chat > Ptr
Definition
Chat.h:31
TgBot::Story
This object represents a story.
Definition
Story.h:16
TgBot::Story::id
std::int32_t id
Unique identifier for the story in the chat.
Definition
Story.h:29
TgBot::Story::chat
Chat::Ptr chat
Chat that posted the story.
Definition
Story.h:24
TgBot::Story::Ptr
std::shared_ptr< Story > Ptr
Definition
Story.h:19
TgBot
Definition
Api.h:40
include
tgbot
types
Story.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0