This object contains information about the creation, token update, or owner update of a bot that is managed by the current bot.
More...
#include <Types.h>
|
| std::shared_ptr< User > | user { } |
| | User that created the bot.
|
| std::shared_ptr< User > | bot { } |
| | Information about the bot. Token of the bot can be fetched using the method getManagedBotToken.
|
This object contains information about the creation, token update, or owner update of a bot that is managed by the current bot.
Definition at line 8755 of file Types.h.
◆ Ptr
◆ bot
| std::shared_ptr<User> TgBot::ManagedBotUpdated::bot { } |
Information about the bot. Token of the bot can be fetched using the method getManagedBotToken.
Definition at line 8767 of file Types.h.
◆ user
| std::shared_ptr<User> TgBot::ManagedBotUpdated::user { } |
The documentation for this struct was generated from the following file: