|
tgbot-cpp
|
This object contains information about the bot that was created to be managed by the current bot. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ManagedBotCreated> |
Public Attributes | |
| std::shared_ptr< User > | bot { } |
| Information about the bot. The bot's token can be fetched using the method getManagedBotToken. | |
This object contains information about the bot that was created to be managed by the current bot.
| using TgBot::ManagedBotCreated::Ptr = std::shared_ptr<ManagedBotCreated> |
| std::shared_ptr<User> TgBot::ManagedBotCreated::bot { } |