mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
This commit is contained in:
parent
f881c5797a
commit
9cd611bef4
@ -21,7 +21,8 @@ icon: comment
|
|||||||
| ----------- | ----------------------------- | ---- | ---------------- |
|
| ----------- | ----------------------------- | ---- | ---------------- |
|
||||||
| user_id | int64 | 是 | QQ 号 |
|
| user_id | int64 | 是 | QQ 号 |
|
||||||
| message | `string` / `object` / `array` | 是 | 消息内容 |
|
| message | `string` / `object` / `array` | 是 | 消息内容 |
|
||||||
| auto_escape | bool | 否 | 是否解析 CQ 码。 |
|
| auto_escape | bool | 否 | 是否解析 CQ 码(true为不解析)。 |
|
||||||
|
| recall_duration | int64 | 否 | 自动撤回时间间隔(毫秒) |
|
||||||
|
|
||||||
message格式可为[消息段](../message/format.md#%E6%B6%88%E6%81%AF%E6%AE%B5)object,或[消息段组合](../message/format.md#%E7%BB%84%E5%90%88)array
|
message格式可为[消息段](../message/format.md#%E6%B6%88%E6%81%AF%E6%AE%B5)object,或[消息段组合](../message/format.md#%E7%BB%84%E5%90%88)array
|
||||||
|
|
||||||
@ -46,7 +47,8 @@ message格式可为[消息段](../message/format.md#%E6%B6%88%E6%81%AF%E6%AE%B5)
|
|||||||
| ----------- | ----------------------------- | ---- | ---------------- |
|
| ----------- | ----------------------------- | ---- | ---------------- |
|
||||||
| group_id | int64 | 是 | 群号 |
|
| group_id | int64 | 是 | 群号 |
|
||||||
| message | `string` / `object` / `array` | 是 | 消息内容 |
|
| message | `string` / `object` / `array` | 是 | 消息内容 |
|
||||||
| auto_escape | bool | 否 | 是否解析 CQ 码。 |
|
| auto_escape | bool | 否 | 是否解析 CQ 码(true为不解析)。 |
|
||||||
|
| recall_duration | int64 | 否 | 自动撤回时间间隔(毫秒) |
|
||||||
|
|
||||||
message格式同`/send_private_msg`
|
message格式同`/send_private_msg`
|
||||||
|
|
||||||
@ -74,7 +76,8 @@ message格式同`/send_private_msg`
|
|||||||
| group_id | int64 | 是 | 群号 |
|
| group_id | int64 | 是 | 群号 |
|
||||||
| discuss_id | int64 | 是 | 讨论组号 |
|
| discuss_id | int64 | 是 | 讨论组号 |
|
||||||
| message | `string` / `object` / `array` | 是 | 消息内容 |
|
| message | `string` / `object` / `array` | 是 | 消息内容 |
|
||||||
| auto_escape | bool | 否 | 是否解析 CQ 码。 |
|
| auto_escape | bool | 否 | 是否解析 CQ 码(true为不解析)。 |
|
||||||
|
| recall_duration | int64 | 否 | 自动撤回时间间隔(毫秒) |
|
||||||
|
|
||||||
message格式同`/send_private_msg`
|
message格式同`/send_private_msg`
|
||||||
|
|
||||||
|
@ -42,6 +42,8 @@ icon: bell
|
|||||||
| group_id | int64 | 群号 |
|
| group_id | int64 | 群号 |
|
||||||
| user_id | int64 | 新增成员 QQ |
|
| user_id | int64 | 新增成员 QQ |
|
||||||
| operator_id | int64 | 操作者 QQ 号 |
|
| operator_id | int64 | 操作者 QQ 号 |
|
||||||
|
| operator_uid | string | 操作者 UID |
|
||||||
|
| user_uid | string | 新成员 UID |
|
||||||
| sub_type | string | 子类型(approve/invite) |
|
| sub_type | string | 子类型(approve/invite) |
|
||||||
|
|
||||||
## 群组成员减少
|
## 群组成员减少
|
||||||
@ -53,6 +55,8 @@ icon: bell
|
|||||||
| group_id | int64 | 群号 |
|
| group_id | int64 | 群号 |
|
||||||
| user_id | int64 | 减少成员 QQ |
|
| user_id | int64 | 减少成员 QQ |
|
||||||
| operator_id | int64 | 操作者 QQ 号 |
|
| operator_id | int64 | 操作者 QQ 号 |
|
||||||
|
| operator_uid | string | 操作者 UID |
|
||||||
|
| user_uid | string | 新成员 UID |
|
||||||
| sub_type | string | 子类型(leave/kick/kick_me) |
|
| sub_type | string | 子类型(leave/kick/kick_me) |
|
||||||
|
|
||||||
## 群组管理员变动
|
## 群组管理员变动
|
||||||
|
Loading…
x
Reference in New Issue
Block a user