tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
This object represents a service message about a change in auto-delete timer settings. https://core.telegram.org/bots/api#messageautodeletetimerchanged. More...
#include <MessageAutoDeleteTimerChanged.hpp>
Public Member Functions | |
MessageAutoDeleteTimerChanged ()=default | |
MessageAutoDeleteTimerChanged (const nl::json &json) | |
nl::json | toJson () const |
Serializes this object to JSON. More... | |
void | fromJson (const nl::json &json) |
Deserializes this object from JSON. More... | |
Public Attributes | |
std::int32_t | messageAutoDeleteTime {} |
New auto-delete time for messages in the chat; in seconds. More... | |
This object represents a service message about a change in auto-delete timer settings. https://core.telegram.org/bots/api#messageautodeletetimerchanged.
Definition at line 7 of file MessageAutoDeleteTimerChanged.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file MessageAutoDeleteTimerChanged.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 24 of file MessageAutoDeleteTimerChanged.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 17 of file MessageAutoDeleteTimerChanged.hpp.
std::int32_t tgbotxx::MessageAutoDeleteTimerChanged::messageAutoDeleteTime {} |
New auto-delete time for messages in the chat; in seconds.
Definition at line 13 of file MessageAutoDeleteTimerChanged.hpp.