isMemberAllowToInvite property

bool? isMemberAllowToInvite
final

Checks whether a group member is allowed to invite other users to join the group.

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

Return

  • true: Yes;
  • false: No. Only the group owner or admin can invite others to join the group.

Implementation

final bool? isMemberAllowToInvite;