teamIds property

  1. @BuiltValueField(wireName: r'team_ids')
BuiltList<String>? teamIds

Filters results to channels belonging to the given team ids Minimum server version: 5.26

Implementation

@BuiltValueField(wireName: r'team_ids')
BuiltList<String>? get teamIds;