memberCount property
final
~english Gets the member count of the group.
Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method. ~end
~chinese 从内存中获取群组成员数量。
Note 如需最新数据,需先从服务器获取:ChatGroupManager.fetchGroupInfoFromServer。
Return 群组成员数量。 ~end
Implementation
final int? memberCount;