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

Describes a service message about a change in the price of paid messages within a chat. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<PaidMessagePriceChanged>

Public Attributes

std::int32_t paidMessageStarCount { }
 The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message.

Detailed Description

Describes a service message about a change in the price of paid messages within a chat.

Definition at line 10326 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 10327 of file Types.h.

Member Data Documentation

◆ paidMessageStarCount

std::int32_t TgBot::PaidMessagePriceChanged::paidMessageStarCount { }

The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message.

Definition at line 10333 of file Types.h.


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