ForcePilot/backend/package/yuxi/channel/extensions/imessage/plugin.json

27 lines
730 B
JSON
Raw Normal View History

{
"id": "imessage",
"name": "iMessage",
"version": "1.0.0",
"description": "Apple iMessage channel plugin for direct and group messaging with text, image, voice, file and video support",
"author": "ForcePilot",
"order": 90,
"enabled": true,
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "image", "voice", "file", "video"],
"reactions": true,
"typing_indicator": true,
"threads": false,
"edit": true,
"unsend": true,
"reply": true,
"media": true,
"native_commands": false,
"polls": false,
"streaming": false,
"block_streaming": false,
"block_streaming_chunk_min_chars": 2000,
"block_streaming_chunk_max_chars": 4000
}
}