Skip to content

Commit

Permalink
回滚错误的修改
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuyonggang committed Apr 13, 2024
1 parent 3924489 commit a1ea912
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/zh-cn/event/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@

#### extra 字段说明:

| 字段 | 类型 | 说明 |
| -------- | ------ | ------------------------------------ |
| type | string | 消息的类型,本处为 `deleted_message` |
| body | Map | |
| » id | string | 被更新的消息的 id |
| 字段 | 类型 | 说明 |
| ------------ | ------ | ------------------------------------ |
| type | string | 消息的类型,本处为 `deleted_message` |
| body | Map | |
| » msg_id | string | 被更新的消息的 id |
| » channel_id | string | 频道 id |

#### 示例:
Expand All @@ -169,7 +169,7 @@
"type": "deleted_message",
"body": {
"channel_id": "58234000000",
"id": "59def270-xxxx-8db935e054a1"
"msg_id": "59def270-xxxx-8db935e054a1"
}
},
"msg_id": "63d6a934-xxxx-a1f02c255213",
Expand Down

0 comments on commit a1ea912

Please sign in to comment.