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

This object represents a service message about the creation of a scheduled giveaway. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<GiveawayCreated>

Public Attributes

std::optional< std::int32_t > prizeStarCount { }
 Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only.

Detailed Description

This object represents a service message about the creation of a scheduled giveaway.

Definition at line 4205 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 4206 of file Types.h.

Member Data Documentation

◆ prizeStarCount

std::optional<std::int32_t> TgBot::GiveawayCreated::prizeStarCount { }

Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only.

Definition at line 4212 of file Types.h.


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