Skip to content

Commit

Permalink
[Doc] Fix type hint for uin in Node Segment
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkong authored Apr 20, 2024
1 parent b3544f5 commit b906ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Lagrange.OneBot/Segment/Extend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@

| 字段 | 类型 | 说明 |
| --------- | ----------------------------------- | -------- |
| `uin` | int | QQ号 |
| `uin` | string | QQ号 |
| `name` | string | 昵称 |
| `content` | List[OneBotSegment] / OneBotSegment | 消息内容 |

0 comments on commit b906ff0

Please sign in to comment.