DefaultHistoryTTL
- class pyrogram.raw.types.DefaultHistoryTTL
Contains info about the default value of the Time-To-Live setting, applied to all new chats.
Constructor of
DefaultHistoryTTL.- Details:
Layer:
223ID:
43B46B20
- Parameters:
period (
int32-bit) – Time-To-Live setting applied to all new chats.
- Functions:
This object can be returned by 1 function.
Gets the default value of the Time-To-Live setting, applied to all new chats.
TL Schema
defaultHistoryTTL#43b46b20
period:int
= DefaultHistoryTTL
Parameter Tree
DefaultHistoryTTL
└── period →
intExample
DefaultHistoryTTL(
period=0,
)