tgbot-cpp
|
This object represents a service message about new members invited to a video chat. More...
#include <VideoChatParticipantsInvited.h>
Public Types | |
typedef std::shared_ptr< VideoChatParticipantsInvited > | Ptr |
Public Attributes | |
std::vector< User::Ptr > | users |
New members that were invited to the video chat. | |
This object represents a service message about new members invited to a video chat.
Definition at line 16 of file VideoChatParticipantsInvited.h.
typedef std::shared_ptr<VideoChatParticipantsInvited> TgBot::VideoChatParticipantsInvited::Ptr |
Definition at line 19 of file VideoChatParticipantsInvited.h.
std::vector<User::Ptr> TgBot::VideoChatParticipantsInvited::users |
New members that were invited to the video chat.
Definition at line 24 of file VideoChatParticipantsInvited.h.