New some function

This commit is contained in:
hrxiang 2022-03-31 11:13:36 +08:00
parent 197f0b482f
commit 57340e52a7

View File

@ -7,6 +7,7 @@ class GroupInfo {
String? ownerUserID;
int? createTime;
int? memberCount;
/// ok = 0 blocked = 1 Dismissed = 2 Muted = 3
int? status;
String? creatorUserID;