{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CParamsTelegram", "title": "CParamsTelegram", "required": [ "channelId" ], "type": "object", "properties": { "channelId": { "type": "string", "description": "The telegram group id, usually i64, as string" } } }