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

Describes a service message about a chat being added to a community. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<CommunityChatAdded>

Public Attributes

std::shared_ptr< Communitycommunity { }
 The new community to which the chat belongs.

Detailed Description

Describes a service message about a chat being added to a community.

Definition at line 3177 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 3178 of file Types.h.

Member Data Documentation

◆ community

std::shared_ptr<Community> TgBot::CommunityChatAdded::community { }

The new community to which the chat belongs.

Definition at line 3183 of file Types.h.


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