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

This object represents a service message about a video chat started in the chat. Currently holds no information. https://core.telegram.org/bots/api#videochatstarted. More...

#include <VideoChatStarted.hpp>

Public Member Functions

 VideoChatStarted ()=default
 
 VideoChatStarted (const nl::json &json)
 
nl::json toJson () const
 Serializes this object to JSON. More...
 
void fromJson ([[maybe_unused]] const nl::json &json)
 Deserializes this object from JSON. More...
 

Detailed Description

This object represents a service message about a video chat started in the chat. Currently holds no information. https://core.telegram.org/bots/api#videochatstarted.

Definition at line 8 of file VideoChatStarted.hpp.

Constructor & Destructor Documentation

◆ VideoChatStarted() [1/2]

tgbotxx::VideoChatStarted::VideoChatStarted ( )
default

◆ VideoChatStarted() [2/2]

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

Definition at line 10 of file VideoChatStarted.hpp.

Member Function Documentation

◆ fromJson()

void tgbotxx::VideoChatStarted::fromJson ( [[maybe_unused] ] const nl::json &  json)
inline

Deserializes this object from JSON.

Definition at line 22 of file VideoChatStarted.hpp.

◆ toJson()

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

Serializes this object to JSON.

Returns
JSON representation of this object

Definition at line 16 of file VideoChatStarted.hpp.


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