tgbot-cpp
Loading...
Searching...
No Matches
VideoChatScheduled.h
Go to the documentation of this file.
1
#ifndef TGBOT_VIDEOCHATSCHEDULED_H
2
#define TGBOT_VIDEOCHATSCHEDULED_H
3
4
#include <cstdint>
5
#include <memory>
6
7
namespace
TgBot
{
8
14
class
VideoChatScheduled
{
15
16
public
:
17
typedef
std::shared_ptr<VideoChatScheduled>
Ptr
;
18
22
std::int32_t
startDate
;
23
};
24
}
25
26
#endif
//TGBOT_VIDEOCHATSCHEDULED_H
TgBot::VideoChatScheduled
This object represents a service message about a video chat scheduled in the chat.
Definition
VideoChatScheduled.h:14
TgBot::VideoChatScheduled::startDate
std::int32_t startDate
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.
Definition
VideoChatScheduled.h:22
TgBot::VideoChatScheduled::Ptr
std::shared_ptr< VideoChatScheduled > Ptr
Definition
VideoChatScheduled.h:17
TgBot
Definition
Api.h:40
include
tgbot
types
VideoChatScheduled.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0