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

This object represents a service message about new members invited to a video chat. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<VideoChatParticipantsInvited>

Public Attributes

std::vector< std::shared_ptr< User > > users { }
 New members that were invited to the video chat.

Detailed Description

This object represents a service message about new members invited to a video chat.

Definition at line 15148 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 15149 of file Types.h.

Member Data Documentation

◆ users

std::vector<std::shared_ptr<User> > TgBot::VideoChatParticipantsInvited::users { }

New members that were invited to the video chat.

Definition at line 15154 of file Types.h.


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