groupConstrained property

  1. @BuiltValueField(wireName: r'group_constrained')
bool? groupConstrained

When used with not_in_channel_id or not_in_team_id, returns only the users that are allowed to join the channel or team based on its group constrains.

Implementation

@BuiltValueField(wireName: r'group_constrained')
bool? get groupConstrained;