32 lines
885 B
JSON
32 lines
885 B
JSON
|
|
{
|
||
|
|
"id": "zalouser",
|
||
|
|
"name": "Zalo Personal",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"label": "Zalo Personal (zca-js)",
|
||
|
|
"aliases": ["zlu", "zalouser"],
|
||
|
|
"description": "Zalo Personal Account channel plugin for ForcePilot via zca-js sidecar",
|
||
|
|
"author": "ForcePilot",
|
||
|
|
"order": 85,
|
||
|
|
"dependencies": ["httpx"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group"],
|
||
|
|
"message_types": ["text", "image", "voice", "file", "video"],
|
||
|
|
"reactions": true,
|
||
|
|
"typing_indicator": true,
|
||
|
|
"threads": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": true,
|
||
|
|
"reply": true,
|
||
|
|
"media": true,
|
||
|
|
"native_commands": false,
|
||
|
|
"polls": true,
|
||
|
|
"group_management": true,
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": true,
|
||
|
|
"block_streaming_chunk_min_chars": 800,
|
||
|
|
"block_streaming_chunk_max_chars": 2000
|
||
|
|
},
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|