This object represents a service message about a user boosting a chat. https://core.telegram.org/bots/api#chatboostadded.
More...
#include <ChatBoostAdded.hpp>
|
| 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.
◆ ChatBoostAdded() [1/2]
| tgbotxx::ChatBoostAdded::ChatBoostAdded |
( |
| ) |
|
|
default |
◆ ChatBoostAdded() [2/2]
| tgbotxx::ChatBoostAdded::ChatBoostAdded |
( |
const nl::json & |
json | ) |
|
|
inlineexplicit |
◆ fromJson()
| void tgbotxx::ChatBoostAdded::fromJson |
( |
const nl::json & |
json | ) |
|
|
inline |
◆ toJson()
| nl::json tgbotxx::ChatBoostAdded::toJson |
( |
| ) |
const |
|
inline |
◆ boostCount
| std::int32_t tgbotxx::ChatBoostAdded::boostCount {} |
The documentation for this struct was generated from the following file: