|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Contains a list of Telegram Star transactions. https://core.telegram.org/bots/api#startransactions. More...
#include <StarTransactions.hpp>
Public Member Functions | |
| StarTransactions ()=default | |
| StarTransactions (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::vector< Ptr< StarTransaction > > | transactions |
| The list of transactions. | |
Contains a list of Telegram Star transactions. https://core.telegram.org/bots/api#startransactions.
Definition at line 10 of file StarTransactions.hpp.
|
default |
|
inlineexplicit |
Definition at line 12 of file StarTransactions.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 28 of file StarTransactions.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 21 of file StarTransactions.hpp.
| std::vector<Ptr<StarTransaction> > tgbotxx::StarTransactions::transactions |
The list of transactions.
Definition at line 17 of file StarTransactions.hpp.