tgbot-cpp
Loading...
Searching...
No Matches
TgBot::ManagedBotCreated Struct Reference

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< Userbot { }
 Information about the bot. The bot's token can be fetched using the method getManagedBotToken.

Detailed Description

This object contains information about the bot that was created to be managed by the current bot.

Definition at line 8737 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 8738 of file Types.h.

Member Data Documentation

◆ bot

std::shared_ptr<User> TgBot::ManagedBotCreated::bot { }

Information about the bot. The bot's token can be fetched using the method getManagedBotToken.

Definition at line 8744 of file Types.h.


The documentation for this struct was generated from the following file: