maxUserCount property

int? maxUserCount
final

Gets the maximum number of group members allowed in a group. The parameter is set when the group is created.

Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method.

Implementation

final int? maxUserCount;