get

abstract suspend fun get(roomId: RoomId, type: String): List<RoomRoomState>
abstract suspend fun get(roomId: RoomId, type: String, stateKey: String): RoomRoomState?
abstract suspend fun get(roomIds: Set<RoomId>, type: String, stateKey: String): List<RoomRoomState>