|
tgbot-cpp
|
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. | |
This object represents a service message about new members invited to a video chat.
| using TgBot::VideoChatParticipantsInvited::Ptr = std::shared_ptr<VideoChatParticipantsInvited> |
| std::vector<std::shared_ptr<User> > TgBot::VideoChatParticipantsInvited::users { } |