tgbot-cpp
|
This object represents a service message about a video chat ended in the chat. More...
#include <VideoChatEnded.h>
Public Types | |
typedef std::shared_ptr< VideoChatEnded > | Ptr |
Public Attributes | |
std::int32_t | duration |
Video chat duration in seconds. | |
This object represents a service message about a video chat ended in the chat.
Definition at line 14 of file VideoChatEnded.h.
typedef std::shared_ptr<VideoChatEnded> TgBot::VideoChatEnded::Ptr |
Definition at line 17 of file VideoChatEnded.h.
std::int32_t TgBot::VideoChatEnded::duration |
Video chat duration in seconds.
Definition at line 22 of file VideoChatEnded.h.