jmessage-flutter-plugin icon indicating copy to clipboard operation
jmessage-flutter-plugin copied to clipboard

没有群头像?

Open xchao0213 opened this issue 6 years ago • 0 comments

class JMGroupInfo { String id; // 群组 id String name; // 群组名称 String desc; // 群组描述 int level; // 群组等级,默认等级 4 String owner; // 群主的 username String ownerAppKey; // 群主的 appKey int maxMemberCount; // 最大成员数 bool isNoDisturb; // 是否免打扰 bool isBlocked; // 是否屏蔽群消息 JMGroupType groupType; // 群类型 JMGroup get targetType => JMGroup.fromJson({ 'groupId': id });

xchao0213 avatar Dec 04 '19 01:12 xchao0213