tgbot-cpp
Loading...
Searching...
No Matches
TgBot::VideoChatEnded Struct Reference

This object represents a service message about a video chat ended in the chat. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<VideoChatEnded>

Public Attributes

std::int32_t duration { }
 Video chat duration in seconds.

Detailed Description

This object represents a service message about a video chat ended in the chat.

Definition at line 15132 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::VideoChatEnded::Ptr = std::shared_ptr<VideoChatEnded>

Definition at line 15133 of file Types.h.

Member Data Documentation

◆ duration

std::int32_t TgBot::VideoChatEnded::duration { }

Video chat duration in seconds.

Definition at line 15138 of file Types.h.


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