31 lines
938 B
JSON
31 lines
938 B
JSON
|
|
{
|
||
|
|
"id": "zoomchat",
|
||
|
|
"name": "Zoom Team Chat",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"label": "Zoom Team Chat",
|
||
|
|
"aliases": ["zoom", "zoom-chat", "zoomteamchat"],
|
||
|
|
"description": "Zoom Team Chat 渠道插件,基于 Server-to-Server OAuth + REST Chat API",
|
||
|
|
"author": "ForcePilot Team",
|
||
|
|
"order": 105,
|
||
|
|
"dependencies": ["httpx"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group", "channel"],
|
||
|
|
"message_types": ["text", "image", "file", "audio", "video"],
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": true,
|
||
|
|
"reactions": true,
|
||
|
|
"threads": true,
|
||
|
|
"reply": true,
|
||
|
|
"media": true,
|
||
|
|
"mentions": true,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"polls": false,
|
||
|
|
"templates": false,
|
||
|
|
"native_commands": false
|
||
|
|
},
|
||
|
|
"enabled": false,
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|