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

This object represents a service message about a change in auto-delete timer settings. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<MessageAutoDeleteTimerChanged>

Public Attributes

std::int32_t messageAutoDeleteTime { }
 New auto-delete time for messages in the chat; in seconds.

Detailed Description

This object represents a service message about a change in auto-delete timer settings.

Definition at line 9587 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 9588 of file Types.h.

Member Data Documentation

◆ messageAutoDeleteTime

std::int32_t TgBot::MessageAutoDeleteTimerChanged::messageAutoDeleteTime { }

New auto-delete time for messages in the chat; in seconds.

Definition at line 9593 of file Types.h.


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