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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<VideoChatScheduled>

Public Attributes

std::int32_t startDate { }
 Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.

Detailed Description

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

Definition at line 15164 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 15165 of file Types.h.

Member Data Documentation

◆ startDate

std::int32_t TgBot::VideoChatScheduled::startDate { }

Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.

Definition at line 15171 of file Types.h.


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