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

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

#include <VideoChatParticipantsInvited.h>

Public Types

typedef std::shared_ptr< VideoChatParticipantsInvitedPtr
 

Public Attributes

std::vector< User::Ptrusers
 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 16 of file VideoChatParticipantsInvited.h.

Member Typedef Documentation

◆ Ptr

Member Data Documentation

◆ users

std::vector<User::Ptr> TgBot::VideoChatParticipantsInvited::users

New members that were invited to the video chat.

Definition at line 24 of file VideoChatParticipantsInvited.h.


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