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.

DefaultHistoryTTL

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.

messages.GetDefaultHistoryTTL

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
└── periodint

Example

DefaultHistoryTTL(
    period=0,
)