chat_certificate_create
Creates a certificate for a time range of messages from a certified chat in a case file, with async polling for completion.
Instructions
Creates a certificate of a range of messages from a certified chat. Requires: chat_create → chatId, personal caseFileId, chat_get → registeredAt, and messages already present in the Telegram channel. Generate a UUID v4 for id. Do not use createdAt as a substitute for registeredAt; if registeredAt is missing, the chat is not ready to certify. Specify chatMessagesFrom and chatMessagesTo as ISO timestamps (chatMessagesFrom must be AFTER registeredAt). ASYNC: poll chat_certificate_get until status === CERTIFIED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| chatId | Yes | ||
| language | Yes | ||
| caseFileId | Yes | ||
| chatMessagesTo | Yes | ||
| chatMessagesFrom | Yes |