memberCount property

int? memberCount
final

~english This includes the chat room owner, administrators, and regular members. You can get this information after joining the chat room. This property is updated when members join or leave the chat room. ~end

~chinese 聊天室的当前人数 包括聊天室所有者、管理员与普通成员 加入聊天室即可获取 当聊天室有成员进出时,此属性会更新。 ~end

Implementation

final int? memberCount;