telegram-set-auto-delete
Set an auto-delete timer for messages in a Telegram chat. Specify duration in seconds (e.g., 86400 for 1 day) or 0 to disable.
Instructions
Set auto-delete timer for messages in a chat. Common values: 86400 (1 day), 604800 (1 week), 2592000 (1 month). Use 0 to disable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID or username | |
| period | Yes | Auto-delete period in seconds. 0 = disable. Common: 86400 (1d), 604800 (1w), 2592000 (1mo) |