29 lines
731 B
JSON
29 lines
731 B
JSON
|
|
{
|
||
|
|
"id": "synology-chat",
|
||
|
|
"name": "Synology Chat",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"label": "Synology Chat",
|
||
|
|
"description": "Synology Chat channel plugin for direct and group messaging via webhook with text and file support",
|
||
|
|
"author": "ForcePilot",
|
||
|
|
"order": 110,
|
||
|
|
"dependencies": ["aiohttp"],
|
||
|
|
"python_requires": ">=3.12",
|
||
|
|
"enabled": true,
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group"],
|
||
|
|
"message_types": ["text", "file"],
|
||
|
|
"reactions": false,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"threads": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"reply": false,
|
||
|
|
"media": true,
|
||
|
|
"effects": false,
|
||
|
|
"native_commands": false,
|
||
|
|
"polls": false,
|
||
|
|
"streaming": false,
|
||
|
|
"block_streaming": false
|
||
|
|
}
|
||
|
|
}
|