Raw.DefaultHistoryTTL
Contains info about the default value of the time-to-live setting, applied to all new chats.
defaultHistoryTTL#43b46b20 period:int = DefaultHistoryTTL;
export namespace Raw {
export class DefaultHistoryTTL {
constructor(params: { period: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x43b46b20
Property
period
: numberTime-to-live setting applied to all new chats.