|
tgbotxx 1.2.9.2
Telegram Bot C++ Library
|
This object represents a service message about a user boosting a chat. https://core.telegram.org/bots/api#chatboostadded. More...
#include <ChatBoostAdded.hpp>
Public Member Functions | |
| ChatBoostAdded ()=default | |
| ChatBoostAdded (const nl::json &json) | |
| nl::json | toJson () const |
| void | fromJson (const nl::json &json) |
Public Attributes | |
| std::int32_t | boostCount {} |
| Number of boosts added by the user. | |
This object represents a service message about a user boosting a chat. https://core.telegram.org/bots/api#chatboostadded.
Definition at line 7 of file ChatBoostAdded.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file ChatBoostAdded.hpp.
Definition at line 22 of file ChatBoostAdded.hpp.
|
inline |
Definition at line 16 of file ChatBoostAdded.hpp.
| std::int32_t tgbotxx::ChatBoostAdded::boostCount {} |
Number of boosts added by the user.
Definition at line 14 of file ChatBoostAdded.hpp.