tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
This object represents a service message about a video chat ended in the chat. https://core.telegram.org/bots/api#videochatended. More...
#include <VideoChatEnded.hpp>
Public Member Functions | |
VideoChatEnded ()=default | |
VideoChatEnded (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::int32_t | duration {} |
Video chat duration in seconds. More... | |
This object represents a service message about a video chat ended in the chat. https://core.telegram.org/bots/api#videochatended.
Definition at line 7 of file VideoChatEnded.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file VideoChatEnded.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 25 of file VideoChatEnded.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 18 of file VideoChatEnded.hpp.
std::int32_t tgbotxx::VideoChatEnded::duration {} |
Video chat duration in seconds.
Definition at line 14 of file VideoChatEnded.hpp.