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

The paid media is a live photo. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<PaidMediaLivePhoto>

Public Attributes

std::string type { TYPE }
 Type of the paid media, always “live_photo”
std::shared_ptr< LivePhotolivePhoto { }
 The photo.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

The paid media is a live photo.

Definition at line 10203 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 10204 of file Types.h.

Member Data Documentation

◆ livePhoto

std::shared_ptr<LivePhoto> TgBot::PaidMediaLivePhoto::livePhoto { }

The photo.

Definition at line 10216 of file Types.h.

◆ TYPE

TGBOT_API const std::string TgBot::PaidMediaLivePhoto::TYPE
static

Definition at line 10206 of file Types.h.

◆ type

std::string TgBot::PaidMediaLivePhoto::type { TYPE }

Type of the paid media, always “live_photo”

Definition at line 10211 of file Types.h.


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