Constructor: defaultHistoryTTL
Contains info about the default value of the Time-To-Live setting, applied to all new chats.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| period | int | Yes | Time-To-Live setting applied to all new chats. |
Type: DefaultHistoryTTL
Example:
$defaultHistoryTTL = ['_' => 'defaultHistoryTTL', 'period' => int];