From 2ca9272972d82f56037b5c5c73f55878741712ca Mon Sep 17 00:00:00 2001
From: Kataick <24969684+Kataick@users.noreply.github.com>
Date: Sat, 23 Nov 2024 14:12:24 +0800
Subject: [PATCH 1/3] =?UTF-8?q?docs(message):=20=E6=9B=B4=E6=96=B0?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=A7=81=E4=BF=A1=E6=B6=88=E6=81=AF=E8=AE=B0?=
=?UTF-8?q?=E5=BD=95=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/message/private_msg.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/message/private_msg.md b/docs/message/private_msg.md
index ae4e11e..c81cbab 100644
--- a/docs/message/private_msg.md
+++ b/docs/message/private_msg.md
@@ -738,7 +738,7 @@ curl -G 'https://api.vc.bilibili.com/session_svr/v1/session_svr/session_detail'
| ----------------- | ---- | ---------------- | ------ | ------------------------------------------------------ |
| talker_id | num | 聊天对象的id | 必要 | `session_type` 为 `1` 时表示用户 mid,为 `2` 时表示粉丝团 id |
| session_type | num | 聊天对象的类型 | 必要 | 1:用户
2:粉丝团 |
-| size | num | 返回消息数量 | 非必要 | 默认为 20,最大为 200 |
+| size | num | 返回消息数量 | 必要 | 默认为 0,最大为 200 |
| begin_seqno | num | 开始的序列号 | 非必要 | 提供本参数时返回以本序列号开始(不包括本序列号)的消息 |
| end_seqno | num | 结束的序列号 | 非必要 | 提供本参数时返回以本序列号结束(不包括本序列号)的消息 |
| sender_device_id | num | 发送者设备 | 非必要 | 默认为 `1` |
From 52f0d2b3799807d95851da3f30610ac1ee7f9f88 Mon Sep 17 00:00:00 2001
From: Kataick <24969684+Kataick@users.noreply.github.com>
Date: Mon, 14 Apr 2025 23:44:43 +0800
Subject: [PATCH 2/3] update
---
docs/message/private_msg.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/message/private_msg.md b/docs/message/private_msg.md
index c81cbab..37bffaa 100644
--- a/docs/message/private_msg.md
+++ b/docs/message/private_msg.md
@@ -738,7 +738,7 @@ curl -G 'https://api.vc.bilibili.com/session_svr/v1/session_svr/session_detail'
| ----------------- | ---- | ---------------- | ------ | ------------------------------------------------------ |
| talker_id | num | 聊天对象的id | 必要 | `session_type` 为 `1` 时表示用户 mid,为 `2` 时表示粉丝团 id |
| session_type | num | 聊天对象的类型 | 必要 | 1:用户
2:粉丝团 |
-| size | num | 返回消息数量 | 必要 | 默认为 0,最大为 200 |
+| size | num | 返回消息数量 | 非必要 | 默认为 0,最大为 200
本参数不存在时,只返回系统提示 |
| begin_seqno | num | 开始的序列号 | 非必要 | 提供本参数时返回以本序列号开始(不包括本序列号)的消息 |
| end_seqno | num | 结束的序列号 | 非必要 | 提供本参数时返回以本序列号结束(不包括本序列号)的消息 |
| sender_device_id | num | 发送者设备 | 非必要 | 默认为 `1` |
From 0f804d9752776fe1e847069d618bddbb0e53fbc0 Mon Sep 17 00:00:00 2001
From: Kataick <24969684+Kataick@users.noreply.github.com>
Date: Mon, 14 Apr 2025 23:46:02 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?=
=?UTF-8?q?=E7=9A=84=E9=97=B4=E9=9A=94=E7=AC=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/message/private_msg.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/message/private_msg.md b/docs/message/private_msg.md
index 37bffaa..57bf156 100644
--- a/docs/message/private_msg.md
+++ b/docs/message/private_msg.md
@@ -738,7 +738,7 @@ curl -G 'https://api.vc.bilibili.com/session_svr/v1/session_svr/session_detail'
| ----------------- | ---- | ---------------- | ------ | ------------------------------------------------------ |
| talker_id | num | 聊天对象的id | 必要 | `session_type` 为 `1` 时表示用户 mid,为 `2` 时表示粉丝团 id |
| session_type | num | 聊天对象的类型 | 必要 | 1:用户
2:粉丝团 |
-| size | num | 返回消息数量 | 非必要 | 默认为 0,最大为 200
本参数不存在时,只返回系统提示 |
+| size | num | 返回消息数量 | 非必要 | 默认为 0,最大为 200
本参数不存在时,只返回系统提示 |
| begin_seqno | num | 开始的序列号 | 非必要 | 提供本参数时返回以本序列号开始(不包括本序列号)的消息 |
| end_seqno | num | 结束的序列号 | 非必要 | 提供本参数时返回以本序列号结束(不包括本序列号)的消息 |
| sender_device_id | num | 发送者设备 | 非必要 | 默认为 `1` |