File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ POST /v1/sticky/list
2323 " data" : {
2424 " sticky" : [
2525 {
26- " id" : 8977 , //
27- " chatType" : 2 , // 识别对象类别 ,1-用户,2-群聊,3-机器人
28- " chatId" : " 114514" , // 群聊id
29- " chatName" : " example" , // 群聊名字
26+ " id" : 8977 , // 置顶ID
27+ " chatType" : 2 , // 会话对象类别 ,1-用户,2-群聊,3-机器人
28+ " chatId" : " 114514" , // 会话对象id
29+ " chatName" : " example" , // 会话对象名字
3030 " sort" : 1751616217 , // 不知道,跟群聊创建时间戳一样(?
3131 " avatarUrl" : " https://chat-img.jwznb.com/xxxxxxxxxxxxxxx.jpg" , // 群聊头像地址
32- " createTime" : 1751616217 , // 群聊创建时间戳
32+ " createTime" : 1751616217 , // 会话对象创建时间戳
3333 " delFlag" : 0 ,
3434 " userId" : " 1234567" , // 用户id
3535 " certificationLevel" : 0 // 识别是否为官方出品,1为官方出品,0则不是
@@ -111,7 +111,7 @@ POST /v1/sticky/topping
111111
112112``` JSONC
113113{
114- " id" : " 5753" // 会话创建id(第5753个会话)
114+ " id" : 5753 // 置顶id
115115}
116116```
117117
You can’t perform that action at this time.
0 commit comments