DefaultHistoryTTL
- class pyrogram.raw.base.DefaultHistoryTTL
Contains info about the default value of the Time-To-Live setting, applied to all new chats.
- Constructors:
This base type has 1 constructor available.
Contains info about the default value of the 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,
)