notRooms property

List<String>? notRooms
getter/setter pair

A list of room IDs to exclude. If this list is absent then no rooms are excluded. A matching room will be excluded even if it is listed in the 'rooms' filter. This filter is applied before the filters in ephemeral, state, timeline or account_data

Implementation

List<String>? notRooms;