memberCount property

int? memberCount
final

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.

Implementation

final int? memberCount;