jmessage-flutter-plugin
jmessage-flutter-plugin copied to clipboard
没有群头像?
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 });