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

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< UsernewOwner { }
 Optional. The user who will become the new owner of the chat if the previous owner does not return to the chat.

Detailed Description

Describes a service message about the chat owner leaving the chat.

Definition at line 2793 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::ChatOwnerLeft::Ptr = std::shared_ptr<ChatOwnerLeft>

Definition at line 2794 of file Types.h.

Member Data Documentation

◆ newOwner

std::shared_ptr<User> TgBot::ChatOwnerLeft::newOwner { }

Optional. The user who will become the new owner of the chat if the previous owner does not return to the chat.

Definition at line 2800 of file Types.h.


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