|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Describes a service message about a change in the price of paid messages within a chat. https://core.telegram.org/bots/api#paidmessagepricechanged. More...
#include <PaidMessagePriceChanged.hpp>
Public Member Functions | |
| PaidMessagePriceChanged ()=default | |
| PaidMessagePriceChanged (const nl::json &json) | |
| nl::json | toJson () const |
| Serializes this object to JSON. | |
| void | fromJson (const nl::json &json) |
| Deserializes this object from JSON. | |
Public Attributes | |
| std::int64_t | paidMessageStarCount {} |
| The new number of Telegram Stars that must be paid by non-administrator users for each message. | |
Describes a service message about a change in the price of paid messages within a chat. https://core.telegram.org/bots/api#paidmessagepricechanged.
Definition at line 7 of file PaidMessagePriceChanged.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file PaidMessagePriceChanged.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 24 of file PaidMessagePriceChanged.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 18 of file PaidMessagePriceChanged.hpp.
| std::int64_t tgbotxx::PaidMessagePriceChanged::paidMessageStarCount {} |
The new number of Telegram Stars that must be paid by non-administrator users for each message.
Definition at line 14 of file PaidMessagePriceChanged.hpp.