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

This object contains information about a paid media purchase. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<PaidMediaPurchased>

Public Attributes

std::shared_ptr< Userfrom { }
 User who purchased the media.
std::string paidMediaPayload { }
 Bot-specified paid media payload.

Detailed Description

This object contains information about a paid media purchase.

Definition at line 10282 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 10283 of file Types.h.

Member Data Documentation

◆ from

std::shared_ptr<User> TgBot::PaidMediaPurchased::from { }

User who purchased the media.

Definition at line 10288 of file Types.h.

◆ paidMediaPayload

std::string TgBot::PaidMediaPurchased::paidMediaPayload { }

Bot-specified paid media payload.

Definition at line 10293 of file Types.h.


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