|
tgbot-cpp
|
Describes the paid media added to a message. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<PaidMediaInfo> |
Public Attributes | |
| std::int32_t | starCount { } |
| The number of Telegram Stars that must be paid to buy access to the media. | |
| std::vector< std::shared_ptr< PaidMedia > > | paidMedia { } |
| Information about the paid media. | |
| using TgBot::PaidMediaInfo::Ptr = std::shared_ptr<PaidMediaInfo> |
| std::vector<std::shared_ptr<PaidMedia> > TgBot::PaidMediaInfo::paidMedia { } |
| std::int32_t TgBot::PaidMediaInfo::starCount { } |