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

This object represents a story. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<Story>

Public Attributes

std::shared_ptr< Chatchat { }
 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 13488 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::Story::Ptr = std::shared_ptr<Story>

Definition at line 13489 of file Types.h.

Member Data Documentation

◆ chat

std::shared_ptr<Chat> TgBot::Story::chat { }

Chat that posted the story.

Definition at line 13494 of file Types.h.

◆ id

std::int32_t TgBot::Story::id { }

Unique identifier for the story in the chat.

Definition at line 13499 of file Types.h.


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