tgbotxx  1.1.6.9
Telegram Bot C++ Library
tgbotxx::VideoChatParticipantsInvited Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ VideoChatParticipantsInvited() [1/2]

tgbotxx::VideoChatParticipantsInvited::VideoChatParticipantsInvited ( )
default

◆ VideoChatParticipantsInvited() [2/2]

tgbotxx::VideoChatParticipantsInvited::VideoChatParticipantsInvited ( const nl::json &  json)
inlineexplicit

Definition at line 10 of file VideoChatParticipantsInvited.hpp.

Member Function Documentation

◆ fromJson()

void tgbotxx::VideoChatParticipantsInvited::fromJson ( const nl::json &  json)
inline

Deserializes this object from JSON.

Definition at line 27 of file VideoChatParticipantsInvited.hpp.

◆ toJson()

nl::json tgbotxx::VideoChatParticipantsInvited::toJson ( ) const
inline

Serializes this object to JSON.

Returns
JSON representation of this object

Definition at line 20 of file VideoChatParticipantsInvited.hpp.

Member Data Documentation

◆ users

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

New members that were invited to the video chat.

Definition at line 15 of file VideoChatParticipantsInvited.hpp.


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