修改错别字 (#1561)

[no ci]
This commit is contained in:
Minecraftku_hei 2021-09-18 12:26:19 +08:00 committed by GitHub
parent 4ce57f52a8
commit b71118d8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ ExternalResource.sendAsImage(/*...*/);
发送语音与发送图片的区别不大,都是先 `upload` 然后 `send`
> - 在 2.7.0 之前,只有群聊 (`Group`) 支持语音, 2.7.0 之后支持私聊语音
> - 每次发送新语言都重新 `upload`, 避免复用 `Voice` 对象
> - 每次发送新语音前最好重新 `upload`, 避免复用 `Voice` 对象
> - **只支持 `amr``silk` 格式**
要得到一个语音对象, 需要先 `uploadVoice`