Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: 得意情 -> 得意表情 #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/develop/api-v2/server-inter/message/message_format.md
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
| @用户 | `<@user_id>` 或者 `<@!user_id>` | 解析为 `@用户` 标签 | `<@1234000000001>` |
| @所有人 | `@everyone` | 解析为 `@所有人` 标签,需要机器人拥有发送 `@所有人` 消息的权限 | `@everyone` |
| #子频道 | `<#channel_id>` | 解析为 `#子频道` 标签,点击可以跳转至子频道,仅支持当前频道内的子频道 | `<#12345>` |
| 表情 | `<emoji:id>` | 解析为系统表情,具体表情id参考 [Emoji 列表](../../openapi/emoji/model.md#Emoji列表),仅支持type=1的系统表情,type=2的emoji表情直接按字符串填写即可 | `<emoji:4>` 解析为得意情 |
| 表情 | `<emoji:id>` | 解析为系统表情,具体表情id参考 [Emoji 列表](../../openapi/emoji/model.md#Emoji列表),仅支持type=1的系统表情,type=2的emoji表情直接按字符串填写即可 | `<emoji:4>` 解析为得意表情 |

### 转义内容


Unchanged files with check annotations Beta

# NodeSDK更新日志
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

Check warning on line 3 in docs/develop/nodesdk/changelog/README.md

GitHub Actions / pr

"be documented" may be passive voice
## [2.5.0](https://github.com/tencent-connect/bot-node-sdk/compare/v2.4.0...v2.5.0) (2022-01-12)