|
tgbot-cpp
|
Describes a service message about the chat owner leaving the chat. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ChatOwnerLeft> |
Public Attributes | |
| std::shared_ptr< User > | newOwner { } |
| Optional. The user who will become the new owner of the chat if the previous owner does not return to the chat. | |
Describes a service message about the chat owner leaving the chat.
| using TgBot::ChatOwnerLeft::Ptr = std::shared_ptr<ChatOwnerLeft> |
| std::shared_ptr<User> TgBot::ChatOwnerLeft::newOwner { } |