|
tgbot-cpp
|
Describes a service message about an ownership change in the chat. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ChatOwnerChanged> |
Public Attributes | |
| std::shared_ptr< User > | newOwner { } |
| The new owner of the chat. | |
Describes a service message about an ownership change in the chat.
| using TgBot::ChatOwnerChanged::Ptr = std::shared_ptr<ChatOwnerChanged> |
| std::shared_ptr<User> TgBot::ChatOwnerChanged::newOwner { } |