ChannelAdminLogEventActionChangeHistoryTTL

class pyrogram.raw.types.ChannelAdminLogEventActionChangeHistoryTTL

The Time-To-Live of messages in this chat was changed

Constructor of ChannelAdminLogEventAction.

Details:
  • Layer: 223

  • ID: 6E941A38

Parameters:
  • prev_value (int 32-bit) – Previous value

  • new_value (int 32-bit) – New value

TL Schema

channelAdminLogEventActionChangeHistoryTTL#6e941a38
prev_value:int
new_value:int

= ChannelAdminLogEventAction

Parameter Tree

ChannelAdminLogEventActionChangeHistoryTTL
├── prev_valueint
└── new_valueint

Example

ChannelAdminLogEventActionChangeHistoryTTL(
    prev_value=0,
    new_value=0,
)