Skip to content

Commit 84a5bcf

Browse files
authored
添加ws事件invite_apply (#172)
* Update README.md * Update community.md * Update README.md * Update chat-ws-go.jwzhd.com.md * Update chat-ws-go.jwzhd.com.md
1 parent 7732e61 commit 84a5bcf

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

src/api/wss/chat-ws-go.jwzhd.com.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,5 +374,23 @@ message edit_message {
374374
}
375375
}
376376
```
377+
:::
377378

378-
:::
379+
## 接受邀请消息
380+
::: tip 提示
381+
本项只提供了“有人邀请我”的这种状态,并没有提供相关信息,如邀请人、群聊ID等,建议配合邀请列表进行使用。
382+
:::
383+
```ProtoBuf
384+
info {
385+
seq: "123123123123123123123" // 请求标识码
386+
cmd: "invite_apply" // 邀请信息推送
387+
}
388+
```
389+
::: details ProtoBuf数据结构
390+
```proto
391+
message INFO {
392+
string seq = 1; // 请求标识码
393+
string cmd = 2; // 操作类型
394+
}
395+
```
396+
:::

0 commit comments

Comments
 (0)