We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aad502 commit f6f0d77Copy full SHA for f6f0d77
document/Models.md
@@ -38,6 +38,7 @@ isFriend:boolean // 是否为好友
38
```js
39
type: 'group',
40
id: string, // 群组 id
41
+avatarThumbPath: string, // 头像的缩略图地址
42
name: string, // 群组名称
43
desc: string, // 群组描述
44
level: number, // 群组等级,默认等级 4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jmessage-react-plugin",
3
- "version": "2.1.8",
+ "version": "2.1.9",
4
"description": "a jmessage plugin for react native application",
5
"main": "index.js",
6
"repository": {
0 commit comments