tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
This object represents a service message about new members invited to a video chat. https://core.telegram.org/bots/api#videochatparticipantsinvited. More...
#include <VideoChatParticipantsInvited.hpp>
Public Member Functions | |
VideoChatParticipantsInvited ()=default | |
VideoChatParticipantsInvited (const nl::json &json) | |
nl::json | toJson () const |
Serializes this object to JSON. More... | |
void | fromJson (const nl::json &json) |
Deserializes this object from JSON. More... | |
Public Attributes | |
std::vector< Ptr< User > > | users |
New members that were invited to the video chat. More... | |
This object represents a service message about new members invited to a video chat. https://core.telegram.org/bots/api#videochatparticipantsinvited.
Definition at line 8 of file VideoChatParticipantsInvited.hpp.
|
default |
|
inlineexplicit |
Definition at line 10 of file VideoChatParticipantsInvited.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 27 of file VideoChatParticipantsInvited.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 20 of file VideoChatParticipantsInvited.hpp.
New members that were invited to the video chat.
Definition at line 15 of file VideoChatParticipantsInvited.hpp.