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

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< UsernewOwner { }
 The new owner of the chat.

Detailed Description

Describes a service message about an ownership change in the chat.

Definition at line 2777 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 2778 of file Types.h.

Member Data Documentation

◆ newOwner

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

The new owner of the chat.

Definition at line 2783 of file Types.h.


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