tgbot-cpp
|
This object represents a service message about a change in auto-delete timer settings. More...
#include <MessageAutoDeleteTimerChanged.h>
Public Types | |
typedef std::shared_ptr< MessageAutoDeleteTimerChanged > | Ptr |
Public Attributes | |
std::int32_t | messageAutoDeleteTime |
New auto-delete time for messages in the chat. | |
This object represents a service message about a change in auto-delete timer settings.
Definition at line 14 of file MessageAutoDeleteTimerChanged.h.
typedef std::shared_ptr<MessageAutoDeleteTimerChanged> TgBot::MessageAutoDeleteTimerChanged::Ptr |
Definition at line 17 of file MessageAutoDeleteTimerChanged.h.
std::int32_t TgBot::MessageAutoDeleteTimerChanged::messageAutoDeleteTime |
New auto-delete time for messages in the chat.
Definition at line 22 of file MessageAutoDeleteTimerChanged.h.