mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
update docs
This commit is contained in:
parent
b717e23626
commit
87ada9c57e
@ -270,6 +270,20 @@ Type: `node`
|
||||
}
|
||||
]
|
||||
````
|
||||
### 短视频消息
|
||||
|
||||
Type: `video`
|
||||
|
||||
范围: **发送/接收**
|
||||
|
||||
参数:
|
||||
|
||||
| 参数名 | 类型 | 说明 |
|
||||
| ------- | ------ | ------------------------------------------------|
|
||||
| `file` | string | 支持http和file发送 |
|
||||
| `cover` | string | 视频封面,支持http,file和base64发送,格式必须为jpg |
|
||||
| `c` | `2` `3`| 通过网络下载视频时的线程数, 默认单线程. (在资源不支持并发时会自动处理)|
|
||||
示例: `[CQ:image,file=file:///C:\\Users\Richard\Pictures\1.mp4]`
|
||||
|
||||
### XML 消息
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user