tgbot-cpp
Loading...
Searching...
No Matches
VideoChatParticipantsInvited.h
Go to the documentation of this file.
1
#ifndef TGBOT_VIDEOCHATPARTICIPANTSINVITED_H
2
#define TGBOT_VIDEOCHATPARTICIPANTSINVITED_H
3
4
#include "
tgbot/types/User.h
"
5
6
#include <memory>
7
#include <vector>
8
9
namespace
TgBot
{
10
16
class
VideoChatParticipantsInvited
{
17
18
public
:
19
typedef
std::shared_ptr<VideoChatParticipantsInvited>
Ptr
;
20
24
std::vector<User::Ptr>
users
;
25
};
26
}
27
28
#endif
//TGBOT_VIDEOCHATPARTICIPANTSINVITED_H
User.h
TgBot::VideoChatParticipantsInvited
This object represents a service message about new members invited to a video chat.
Definition
VideoChatParticipantsInvited.h:16
TgBot::VideoChatParticipantsInvited::users
std::vector< User::Ptr > users
New members that were invited to the video chat.
Definition
VideoChatParticipantsInvited.h:24
TgBot::VideoChatParticipantsInvited::Ptr
std::shared_ptr< VideoChatParticipantsInvited > Ptr
Definition
VideoChatParticipantsInvited.h:19
TgBot
Definition
Api.h:40
include
tgbot
types
VideoChatParticipantsInvited.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0