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

Describes a clickable area on a story media. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<StoryArea>

Public Attributes

std::shared_ptr< StoryAreaPositionposition { }
 Position of the area.
std::shared_ptr< StoryAreaTypetype { }
 Type of the area.

Detailed Description

Describes a clickable area on a story media.

Definition at line 13509 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 13510 of file Types.h.

Member Data Documentation

◆ position

std::shared_ptr<StoryAreaPosition> TgBot::StoryArea::position { }

Position of the area.

Definition at line 13515 of file Types.h.

◆ type

std::shared_ptr<StoryAreaType> TgBot::StoryArea::type { }

Type of the area.

Definition at line 13520 of file Types.h.


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