ChannelAdminLogEventActionChangeHistoryTTL
- class pyrogram.raw.types.ChannelAdminLogEventActionChangeHistoryTTL
The Time-To-Live of messages in this chat was changed
Constructor of
ChannelAdminLogEventAction.- Details:
Layer:
223ID:
6E941A38
- Parameters:
prev_value (
int32-bit) – Previous valuenew_value (
int32-bit) – New value
TL Schema
channelAdminLogEventActionChangeHistoryTTL#6e941a38
prev_value:int
new_value:int
= ChannelAdminLogEventAction
Parameter Tree
ChannelAdminLogEventActionChangeHistoryTTL
├── prev_value →
int└── new_value →
intExample
ChannelAdminLogEventActionChangeHistoryTTL(
prev_value=0,
new_value=0,
)