tgbot-cpp
Loading...
Searching...
No Matches
MessageAutoDeleteTimerChanged.h
Go to the documentation of this file.
1#ifndef TGBOT_CPP_MESSAGEAUTODELETETIMERCHANGED_H
2#define TGBOT_CPP_MESSAGEAUTODELETETIMERCHANGED_H
3
4#include <cstdint>
5#include <memory>
6
7namespace TgBot {
8
15
16public:
17 typedef std::shared_ptr<MessageAutoDeleteTimerChanged> Ptr;
18
23};
24}
25
26#endif //TGBOT_CPP_MESSAGEAUTODELETETIMERCHANGED_H
This object represents a service message about a change in auto-delete timer settings.
std::shared_ptr< MessageAutoDeleteTimerChanged > Ptr
std::int32_t messageAutoDeleteTime
New auto-delete time for messages in the chat.
Definition Api.h:39